Skip to content

Commit

Permalink
Mark known to fail ATM datsets to be skipped for master-deno validator
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Apr 25, 2024
1 parent 4e428e8 commit 705bc16
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/validate_datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ jobs:
fi
shell: bash

- name: Mark to be skipped some examples for a deno based
if: "matrix.bids-validator == 'master-deno'"
run: |
touch {ds000117,ds000246,ds000247,ds000248,eeg_ds003645s_hed_demo,ieeg_motorMiller2007,ieeg_visual}/.SKIP_VALIDATION
shell: bash

- name: Validate all BIDS datasets using bids-validator
run: |
cat ./run_tests.sh
Expand Down

0 comments on commit 705bc16

Please sign in to comment.