Skip to content

Commit 04bc3a2

Browse files
committed
fix output of octave tests
1 parent d871d36 commit 04bc3a2

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/run_tests_octave.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "tests with octave: failure expected"
1+
name: "tests with octave"
22

33
on:
44

@@ -71,7 +71,9 @@ jobs:
7171
octave $OCTFLAGS --eval "bidspm(); cd demos/MoAE; download_moae_ds(true);"
7272
cd .github/workflows
7373
octave $OCTFLAGS --eval "tests_octave;"
74-
cat test_report.log | grep 0
74+
75+
- name: Check tests
76+
run: cat test_report.log | grep 0
7577

7678
- name: Code coverage
7779
uses: codecov/codecov-action@v3

lib/bids-matlab

Submodule bids-matlab updated 161 files

0 commit comments

Comments
 (0)