Skip to content

Commit

Permalink
fix: running jest tests via bun
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed Oct 21, 2024
1 parent 41ac1c3 commit 7edd6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
run: bun run build

- name: Run tests
run: bun test
run: bun run test

0 comments on commit 7edd6e9

Please sign in to comment.