Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcafaro authored Mar 6, 2024
1 parent 35b0f43 commit 34a7a06
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,16 @@ jobs:
uses: actions/checkout@v3
- name: Setup MATLAB
uses: matlab-actions/setup-matlab@v2
- name: Run tests
uses: matlab-actions/run-tests@v2
with:
release: R2022b
cache: true
# - name: Run tests
# uses: matlab-actions/run-tests@v2
# with:
# startup-options: -sd subfolder
# test-results-junit: myresults.xml
# use-parallel: true
startup-options: -sd subfolder
test-results-junit: myresults.xml
use-parallel: true
- name: Run command
uses: matlab-actions/run-command@v2
with:
command: disp('hello world')
- name: Run build
uses: matlab-actions/run-build@v2
- run: ls *

0 comments on commit 34a7a06

Please sign in to comment.