Skip to content

Commit

Permalink
removed nx agent distribution in favor of no agents
Browse files Browse the repository at this point in the history
  • Loading branch information
wgd3 committed Feb 20, 2024
1 parent b6210e9 commit 06060b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
cache: 'npm'
# This line enables distribution
# The "--stop-agents-after" is optional, but allows idle agents to shut down once the "e2e-ci" targets have been requested
- run: npx nx-cloud start-ci-run --distribute-on="1 linux-medium-js"
- run: npx nx-cloud start-ci-run
- run: yarn install --frozen-lockfile

- uses: nrwl/nx-set-shas@v3
# This line is needed for nx affected to work when CI is running on a PR
- run: git branch --track main origin/main

- run: npx nx-cloud record -- nx format:check
- run: npx nx affected -t lint test build
- run: npx nx affected -t lint test build --no-agents

0 comments on commit 06060b5

Please sign in to comment.