Skip to content

Commit

Permalink
add all to path
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanharvey1 committed Oct 20, 2024
1 parent 814545b commit e56e4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:

- name: Run MATLAB tests
run: |
matlab -batch "results = runtests('test', 'IncludeSubfolders', true); assertSuccess(results);"
matlab -batch "addpath(genpath('neurocode')); results = runtests('test', 'IncludeSubfolders', true); assertSuccess(results);"

0 comments on commit e56e4e1

Please sign in to comment.