Skip to content

Commit

Permalink
chore(ci): Ignore MRS examples for legacy validator
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Aug 30, 2024
1 parent a438922 commit adc9a87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-bids-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit adc9a87

Please sign in to comment.