Skip to content

Commit 89e5d11

Browse files
committed
ci: update test workflow.
1 parent 6fc7d2e commit 89e5d11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
- name: Build Packages
3737
run: |
3838
pnpm build
39-
NODE_ENV=production DIST_DIR=dist pnpm -r --filter './examples/*' build
39+
NODE_ENV=production DIST_DIR=dist pnpm -r --workspace-concurrency=1 --filter './examples/*' run build
4040
4141
- name: Run musket postinstall
4242
run: |
43-
pnpm -r --filter './examples/*' postinstall
43+
pnpm -r --workspace-concurrency=1 --filter './examples/*' run postinstall
4444
4545
- name: Run tests and generate code coverage
4646
run: pnpm coverage

0 commit comments

Comments
 (0)