Skip to content

Commit

Permalink
add deno install to action
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Oct 24, 2024
1 parent 4e3b0a4 commit aef4465
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,8 @@ jobs:
with:
deno-version: v2.x

- name: tests
run: deno install

- name: tests
run: deno task test

0 comments on commit aef4465

Please sign in to comment.