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 1e20a14 commit 1b9dffeCopy full SHA for 1b9dffe
.github/workflows/deno_tests.yml
@@ -1,5 +1,5 @@
1
---
2
-name: Deno build
+name: Deno tests
3
4
on:
5
push:
@@ -83,7 +83,7 @@ jobs:
83
touch tests/data/bids-examples/${DS}/.SKIP_VALIDATION
84
done
85
if: github.ref_name != 'dev' && github.base_ref != 'dev'
86
- - run: deno test --parallel --node-modules-dir=auto $PERMS --coverage=cov/ src/
+ - run: deno test --node-modules-dir=auto $PERMS --coverage=cov/ src/
87
- name: Collect coverage
88
run: deno coverage cov/ --lcov --output=coverage.lcov
89
if: ${{ always() }}
0 commit comments