Set --workspace-concurrency=1

This commit is contained in:
Michael Telatynski
2026-06-08 13:21:13 +01:00
parent c315848c47
commit d6313dfae1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
run: "pnpm install --frozen-lockfile"
- name: Run ${{ matrix.command }}
run: pnpm --if-present run "$CMD" && pnpm -r --if-present run "$CMD"
run: pnpm --if-present run "$CMD" && pnpm -r --workspace-concurrency=1 --if-present run "$CMD"
env:
CMD: ${{ matrix.command }}