Skip to content

Commit

Permalink
Disable workflow steps running tests via command
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Dec 12, 2024
1 parent 686ca9f commit ff968e0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
submodules: true
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2
- name: Run tests command
uses: matlab-actions/run-command@v2
with:
command: runtests('tests'); exit;
startup-options: -nodisplay -nosplash -nodesktop -nojvm -logfile matlab_log.txt
- name: Display MATLAB log
run: cat matlab_log.txt
# - name: Run tests command
# uses: matlab-actions/run-command@v2
# with:
# command: runtests('tests'); exit;
# startup-options: -nodisplay -nosplash -nodesktop -nojvm -logfile matlab_log.txt
# - name: Display MATLAB log
# run: cat matlab_log.txt
- name: Run tests
uses: matlab-actions/run-tests@v2
with:
Expand Down

0 comments on commit ff968e0

Please sign in to comment.