Skip to content

Commit d4ebabe

Browse files
committed
chore: use bun run test
1 parent 4199d67 commit d4ebabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testnet-api-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Run tests
6262
working-directory: ./packages/api-main
63-
run: bun test
63+
run: bun run test
6464

6565
build:
6666
needs: [detect-changes, test]

0 commit comments

Comments
 (0)