Skip to content

Commit 4b1c621

Browse files
authored
Update test.yml
1 parent 5d0113e commit 4b1c621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
deno-version: ${{env.deno-version}}
2828

2929
- name: Run Tests
30-
run: deno test -A --unstable --check --reload --doc --allow-none --junit-path="./report.xml"
30+
run: deno task test
3131

3232
- name: Generate jUnit Report
3333
uses: mikepenz/action-junit-report@v3.8.0

0 commit comments

Comments
 (0)