Skip to content

Commit 5948972

Browse files
committed
chore: use bun run test
1 parent 604a9bb commit 5948972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Run tests
4949
working-directory: packages/api-main
50-
run: bun test
50+
run: bun run test
5151
env:
5252
NODE_OPTIONS: --experimental-global-webcrypto
5353
PG_URI: postgresql://default:password@localhost:5432/postgres

0 commit comments

Comments
 (0)