From e5370e62f6f0e2234df5498bb39607e80cb2df6f Mon Sep 17 00:00:00 2001 From: martines3000 Date: Tue, 26 Mar 2024 13:15:33 +0100 Subject: [PATCH] chore: bump cron to 4 agents --- .github/workflows/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 47a3119f3..160c556e4 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -20,7 +20,7 @@ jobs: registry-url: https://registry.npmjs.org/ cache: 'pnpm' - name: Set up nx-cloud - run: npx nx-cloud start-ci-run --distribute-on="2 linux-medium-js" --stop-agents-after="test:ci" + run: npx nx-cloud start-ci-run --distribute-on="4 linux-medium-js" --stop-agents-after="test:ci" - name: Install dependencies run: pnpm install --frozen-lockfile - run: pnpm nx run-many --target=test:cron