diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5b76810db..a0630a35e1 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="3 linux-medium-js" --stop-agents-after="build" + - run: npx nx start-ci-run --distribute-on="2 linux-large-js" --stop-agents-after="build" - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 @@ -29,4 +29,4 @@ jobs: - run: pnpm install --frozen-lockfile - uses: nrwl/nx-set-shas@v4 - - run: npx nx run-many -t build + - run: npx nx affected -t build