Skip to content

Commit

Permalink
Cache the target finding step MATLAB also
Browse files Browse the repository at this point in the history
  • Loading branch information
H0R5E committed Sep 18, 2024
1 parent 84bfa06 commit 84ab0b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/all-tests-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: matlab-actions/setup-matlab@v2
with:
release: R2024a
cache: true
- name: Get test target folder
uses: matlab-actions/run-command@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/changed-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
uses: matlab-actions/setup-matlab@v2
with:
release: R2024a
cache: true
- name: Get test target folder
uses: matlab-actions/run-command@v2
with:
Expand Down

0 comments on commit 84ab0b1

Please sign in to comment.