From 1bfec831488f9233914de825756c655682dbcd8d Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Thu, 31 Oct 2024 15:50:01 -0400 Subject: [PATCH] wat --- .github/workflows/deno_tests.yml | 2 ++ 1 file changed, 2 insertions(+) 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 }}