Skip to content

Commit e3c8f89

Browse files
committed
update test CI
1 parent fa4788c commit e3c8f89

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
@@ -8,7 +8,7 @@ on:
88
- dev
99

1010
pull_request:
11-
branches: '*'
11+
branches: ['*']
1212

1313
jobs:
1414
build:
@@ -32,7 +32,7 @@ jobs:
3232
make install_dev_octave
3333
3434
- name: MOxUnit Action
35-
uses: joergbrech/moxunit-action@master
35+
uses: joergbrech/moxunit-action@v1.2.0
3636
with:
3737
tests: tests # files or directories containing the MOxUnit test cases
3838
src: src lib/bids-matlab lib/JSONio # directories to be added to path before running the tests.

0 commit comments

Comments
 (0)