Skip to content

Commit 196d0f2

Browse files
committed
Disable example that requires network access when --deny-net
1 parent bd6b543 commit 196d0f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deno_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
- name: Set permissions without network access
6060
run: echo 'PERMS=--allow-read --allow-write --allow-env --allow-run --deny-net' >> $GITHUB_ENV
6161
if: ${{ ! matrix.allow-net }}
62+
- name: Disable example that requires network access
63+
run: touch xeeg_hed_score/.SKIP_VALIDATION
64+
if: ${{ ! matrix.allow-net }}
6265
- run: deno test --node-modules-dir=auto $PERMS --coverage=cov/ src/
6366
- name: Collect coverage
6467
run: deno coverage cov/ --lcov --output=coverage.lcov

0 commit comments

Comments
 (0)