Skip to content

Commit 725a241

Browse files
committed
Fix Node.js 10 CI
1 parent d8712ee commit 725a241

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
@@ -70,7 +70,7 @@ jobs:
7070
- name: Install dependencies
7171
run: pnpm install --frozen-lockfile --ignore-scripts
7272
- name: Run unit tests
73-
run: pnpm unit
73+
run: ./node_modules/.bin/jest
7474
env:
7575
FORCE_COLOR: 2
7676
benchmark:

0 commit comments

Comments
 (0)