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 5d0113e commit 4b1c621Copy full SHA for 4b1c621
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
deno-version: ${{env.deno-version}}
28
29
- name: Run Tests
30
- run: deno test -A --unstable --check --reload --doc --allow-none --junit-path="./report.xml"
+ run: deno task test
31
32
- name: Generate jUnit Report
33
uses: mikepenz/action-junit-report@v3.8.0
0 commit comments