Skip to content

Commit 52ae234

Browse files
committed
chore: Track BEP020 schema
1 parent 227c168 commit 52ae234

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deno_tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,14 @@ jobs:
5252
strategy:
5353
matrix:
5454
os: [ubuntu-latest, macos-latest, windows-latest]
55-
allow-net: [true, false]
55+
# Resume disabled network tests when draft schema is not needed
56+
allow-net: [true] #, false]
5657
fail-fast: false
5758
defaults:
5859
run:
5960
shell: bash
61+
env:
62+
BIDS_SCHEMA: https://bids-specification--1128.org.readthedocs.build/en/1128/schema.json
6063

6164
steps:
6265
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)