Skip to content

Commit adc9a87

Browse files
committed
chore(ci): Ignore MRS examples for legacy validator
1 parent a438922 commit adc9a87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-bids-examples.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ jobs:
5757
which bids-validator
5858
ls -a $(which bids-validator)
5959
60+
- name: Ignore examples not supported by legacy validator
61+
run: |
62+
for DS in bids-examples/mrs_*; do
63+
touch $DS/.SKIP_VALIDATION
64+
done
65+
6066
- name: Validate all BIDS datasets using bids-validator
6167
run: |
6268
export PATH="../node_modules/.bin:$PATH"

0 commit comments

Comments
 (0)