We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc81f3 commit 0342d64Copy full SHA for 0342d64
.github/workflows/run_tests.yml
@@ -22,15 +22,15 @@ jobs:
22
submodules: true
23
fetch-depth: 2
24
25
- - name: get bids-matlab
+ - name: get bids-matlab and set up paths
26
run: |
27
make install_dev
28
29
- name: MOxUnit Action
30
uses: joergbrech/moxunit-action@master
31
with:
32
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.
+ src: src lib/bids-matlab # directories to be added to the Octave search path before running the tests.
34
ext: tests/utils # External resources to add to the search put (excluded from coverage)
35
# data: # Directory for test data
36
with_coverage: true
0 commit comments