Skip to content

Commit 4f93568

Browse files
authored
Merge pull request #448 from bids-standard/validate-more-examples
Remove SKIP_VALIDATION from datasets the deno validator can handle
2 parents 09df87f + cb36dfd commit 4f93568

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/validate_datasets.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,6 @@ jobs:
103103
fi
104104
shell: bash
105105

106-
- name: Mark to be skipped some examples for a deno based
107-
if: "matrix.bids-validator == 'master-deno'"
108-
run: |
109-
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
110-
shell: bash
111-
112106
- name: Validate all BIDS datasets using bids-validator
113107
run: |
114108
cat ./run_tests.sh

0 commit comments

Comments
 (0)