We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3b5ba commit cbf4534Copy full SHA for cbf4534
1 file changed
.github/workflows/test-windows-node.yaml
@@ -16,10 +16,13 @@ jobs:
16
with:
17
node-version: 20.18.1
18
19
- - name: Install and build packages
+ - name: Install packages
20
+ run: pnpm ci
21
+
22
+ - name: Build packages
23
run: |
- pnpm ci
- pnpm build:packages
24
+ pnpm run --filter ./packages/common build
25
+ pnpm run --filter ./packages/node build
26
27
- name: Run Node tests
28
run: pnpm run --filter ./packages/node test
0 commit comments