From e99ccbcd24b792b021e1d9d42c538856e9edae45 Mon Sep 17 00:00:00 2001 From: Joakim Carlstein Date: Tue, 6 May 2025 08:47:00 +0200 Subject: [PATCH] ci: limit Turbo's concurrency and increase verbosity --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0a83e79..446565c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,4 +33,4 @@ jobs: run: pnpm install - name: Checks - run: pnpm checks + run: pnpm checks --concurrency=1 --cache-workers=1 --verbosity=2 -- 2.47.2