Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcafaro authored Feb 5, 2024
1 parent 05a77b3 commit 55c282c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ jobs:
uses: actions/checkout@v3
- name: Setup MATLAB
uses: matlab-actions/setup-matlab@v2
with:
cache: true
- name: Run tests
uses: matlab-actions/run-tests@v2
with:
startup-options: -sd subfolder
startup-options: -sd subfolder
test-results-junit: myresults.xml
- run: ls *

0 comments on commit 55c282c

Please sign in to comment.