ci: limit Turbo's concurrency and increase verbosity #1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -33,4 +33,4 @@ jobs:
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
- name: Checks
|
- name: Checks
|
||||||
run: pnpm checks
|
run: pnpm checks --concurrency=1 --cache-workers=1 --verbosity=2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue