Skip to content

Commit

Permalink
cd to neurocode before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanharvey1 committed Oct 20, 2024
1 parent e56e4e1 commit 8b9415c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:

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

0 comments on commit 8b9415c

Please sign in to comment.