diff --git a/.github/workflows/test-bids-examples.yml b/.github/workflows/test-bids-examples.yml index 53da0011c..496a9d5aa 100644 --- a/.github/workflows/test-bids-examples.yml +++ b/.github/workflows/test-bids-examples.yml @@ -57,6 +57,12 @@ jobs: which bids-validator ls -a $(which bids-validator) + - name: Ignore examples not supported by legacy validator + run: | + for DS in bids-examples/mrs_*; do + touch $DS/.SKIP_VALIDATION + done + - name: Validate all BIDS datasets using bids-validator run: | export PATH="../node_modules/.bin:$PATH"