Skip to content

Commit bcc8789

Browse files
committed
chore: adjust build test workflow
1 parent afded48 commit bcc8789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: pnpm build
7272

7373
- name: Test
74-
run: pnpm test
74+
run: pnpm run test:node
7575

7676
outputs:
7777
dep-cache-key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}

0 commit comments

Comments
 (0)