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