Skip to content

Commit 0342d64

Browse files
committed
update Github action
1 parent cbc81f3 commit 0342d64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
submodules: true
2323
fetch-depth: 2
2424

25-
- name: get bids-matlab
25+
- name: get bids-matlab and set up paths
2626
run: |
2727
make install_dev
2828
2929
- name: MOxUnit Action
3030
uses: joergbrech/moxunit-action@master
3131
with:
3232
tests: tests # files or directories containing the MOxUnit test cases
33-
src: src lib # directories to be added to the Octave search path before running the tests.
33+
src: src lib/bids-matlab # directories to be added to the Octave search path before running the tests.
3434
ext: tests/utils # External resources to add to the search put (excluded from coverage)
3535
# data: # Directory for test data
3636
with_coverage: true

0 commit comments

Comments
 (0)