We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227c168 commit 52ae234Copy full SHA for 52ae234
.github/workflows/deno_tests.yml
@@ -52,11 +52,14 @@ jobs:
52
strategy:
53
matrix:
54
os: [ubuntu-latest, macos-latest, windows-latest]
55
- allow-net: [true, false]
+ # Resume disabled network tests when draft schema is not needed
56
+ allow-net: [true] #, false]
57
fail-fast: false
58
defaults:
59
run:
60
shell: bash
61
+ env:
62
+ BIDS_SCHEMA: https://bids-specification--1128.org.readthedocs.build/en/1128/schema.json
63
64
steps:
65
- uses: actions/checkout@v4
0 commit comments