Skip to content

Commit

Permalink
feat: add test for required env
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Nov 27, 2024
1 parent 3ef0acd commit 865fa67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: bun --version

- name: Install JSR dependencies
run: bunx jsr add @cross/test @std/assert
run: bunx jsr add @cross/test @std/assert @frytg/logger

- name: Install NPM dependencies
run: bun add luxon
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
run: node --version

- name: Install JSR dependencies
run: npx jsr add @cross/test @std/assert
run: npx jsr add @cross/test @std/assert @frytg/logger

- name: Install NPM dependencies
run: npm install luxon
Expand Down

0 comments on commit 865fa67

Please sign in to comment.