Skip to content

Commit 83cffa7

Browse files
committed
Use npx jest for github action test
1 parent 92847a4 commit 83cffa7

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
@@ -18,4 +18,4 @@ jobs:
1818
- name: Install dependencies # (assuming your project has dependencies)
1919
run: bun install # You can use npm/yarn/pnpm instead if you prefer
2020
- name: Run tests
21-
run: bun test
21+
run: npx jest

0 commit comments

Comments
 (0)