diff --git a/.github/workflows/deno_tests.yml b/.github/workflows/deno_tests.yml index 98049de0..bbc7ca43 100644 --- a/.github/workflows/deno_tests.yml +++ b/.github/workflows/deno_tests.yml @@ -59,6 +59,8 @@ jobs: - name: Set permissions without network access run: echo 'PERMS=--allow-read --allow-write --allow-env --allow-run --deny-net' >> $GITHUB_ENV if: ${{ ! matrix.allow-net }} + - name: List examples directory + run: ls -aflR bids-validator/tests/data/bids-examples - name: Disable example that requires network access run: touch bids-validator/tests/data/bids-examples/xeeg_hed_score/.SKIP_VALIDATION if: ${{ ! matrix.allow-net }}