Skip to content

Commit

Permalink
240120.232610.HKT revise test_matlab.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Jan 20, 2024
1 parent 4b51864 commit c963018
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
run: matlab -batch "cd matlab/tests; testprima_ex();"
uses: matlab-actions/[email protected]
with:
command: |
cd matlab/tests; testprima_ex();

0 comments on commit c963018

Please sign in to comment.