We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afded48 commit bcc8789Copy full SHA for bcc8789
.github/workflows/build.yml
@@ -71,7 +71,7 @@ jobs:
71
run: pnpm build
72
73
- name: Test
74
- run: pnpm test
+ run: pnpm run test:node
75
76
outputs:
77
dep-cache-key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}
0 commit comments