Skip to content

Commit

Permalink
Update run_book_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sameagen-MW authored Jul 27, 2023
1 parent 8fcef78 commit 95f9afd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run_book_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
- name: Set up MATLAB
# This uses the latest release of MATLAB. Can specify "release" if needed.
uses: matlab-actions/setup-matlab@v1
- name: Check swing
uses: matlab-actions/run-command@v1
with:
command: uses('swing')
- name: Run MATLAB Tests
# Only run tests in folder test/book
uses: matlab-actions/run-tests@v1
Expand Down

0 comments on commit 95f9afd

Please sign in to comment.