From 6552fbbc70a0b9beb7c29a215adbd95bc825fec9 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 6 Aug 2025 17:04:43 -0700 Subject: [PATCH] use minimal --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0630a35e1..9de99667a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: filter: tree:0 fetch-depth: 0 - - run: npx nx start-ci-run --distribute-on="2 linux-large-js" --stop-agents-after="build" + - run: npx nx start-ci-run --distribute-on="3 linux-large-js" --stop-agents-after="build" - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4