Skip to content

Commit

Permalink
fix(ci): deno test
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Beast committed Jun 28, 2024
1 parent fdc2a61 commit a8d9d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: deno lint

- name: Run tests
run: deno task test
run: deno test

- name: Run dry publish
run: deno publish --dry-run
Expand Down

0 comments on commit a8d9d4b

Please sign in to comment.