Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcafaro authored Mar 1, 2024
1 parent f4bf344 commit 822b83a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ jobs:
- name: Setup MATLAB
uses: matlab-actions/setup-matlab@v2
with:
cache: false
cache: true
- name: Run tests
uses: matlab-actions/run-tests@v2
with:
startup-options: -sd subfolder
test-results-junit: myresults.xml
use-parallel: true
- run: ls *

0 comments on commit 822b83a

Please sign in to comment.