Skip to content

Commit

Permalink
Merge pull request #448 from bids-standard/validate-more-examples
Browse files Browse the repository at this point in the history
Remove SKIP_VALIDATION from datasets the deno validator can handle
  • Loading branch information
effigies authored Jun 7, 2024
2 parents 09df87f + cb36dfd commit 4f93568
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/validate_datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,6 @@ 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,7t_trt,ds102,fnirs_automaticity,genetics_ukbb,ieeg_epilepsy,ieeg_epilepsyNWB}/.SKIP_VALIDATION
shell: bash

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

0 comments on commit 4f93568

Please sign in to comment.