Skip to content

Commit

Permalink
Update run_matlab_tests.yml
Browse files Browse the repository at this point in the history
Add Examples/ directory for tests.
  • Loading branch information
pwintz committed Jun 5, 2023
1 parent f8bcd49 commit 06be4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_matlab_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Run script
uses: matlab-actions/run-command@v1
with:
command: addpath("matlab"); hybrid.tests.run
command: addpath("matlab", "Examples"); hybrid.tests.run

# - name: Run tests and generate artifacts
# uses: matlab-actions/run-tests@v1
Expand Down

0 comments on commit 06be4e4

Please sign in to comment.