Skip to content

Commit 2feb0c3

Browse files
committed
ci: install deno before coverage tests
1 parent 9bd906a commit 2feb0c3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
with:
6969
deno-version: 2.x
7070

71+
- name: Install Deno Postscript
72+
run: deno task install
73+
7174
- name: Run Tests with Coverage
7275
run: deno test --allow-all --coverage=coverage tests/
7376

0 commit comments

Comments
 (0)