Skip to content

Commit

Permalink
ci: Fix Bun CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Apr 26, 2024
1 parent 8d1108d commit 6db941c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bun-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: bun install, build, and test
run: |
bun install
bun run build --if-present
bun run build
bun run --bun test:unit
env:
CI: true

0 comments on commit 6db941c

Please sign in to comment.