From 9ce934a2ef7ca3a88ac54b2c17ec0dde14086361 Mon Sep 17 00:00:00 2001 From: martines3000 Date: Tue, 26 Mar 2024 13:32:05 +0100 Subject: [PATCH] chore: stop agents after test:ci --- .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 d685c40da..e4b14315c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: registry-url: https://registry.npmjs.org/ cache: 'pnpm' - name: Set up nx-cloud - run: npx nx-cloud start-ci-run --distribute-on="4 linux-medium-js" + 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=build,lint,test:ci