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 Nov 14, 2024
1 parent f9e0689 commit 322faad
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 322faad

Please sign in to comment.