Skip to content

Commit

Permalink
Fix syntax error in Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Dec 12, 2024
1 parent a7fe691 commit 93c7934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2
- name: Run tests command
matlab-actions/run-command@v2
uses: matlab-actions/run-command@v2
with:
command: runtests('tests'); exit;
startup-options: -nodisplay -nosplash -nodesktop -nojvm -logfile matlab_log.txt
Expand Down

0 comments on commit 93c7934

Please sign in to comment.