Skip to content

Commit

Permalink
chore: update GitHub Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Nov 30, 2023
1 parent 7a01541 commit 066a364
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
main-branch-name: main
number-of-agents: 3
init-commands: |
yarn nx-cloud start-ci-run --stop-agents-after="build" --agent-count=3
pnpm nx-cloud start-ci-run --stop-agents-after="build" --agent-count=3
parallel-commands: |
yarn nx-cloud record -- yarn nx format:check
pnpm nx-cloud record -- pnpm nx format:check
parallel-commands-on-agents: |
yarn nx affected --target=lint --parallel=3
yarn nx affected --target=test --parallel=3 --ci --code-coverage
yarn nx affected --target=build --parallel=3
pnpm nx affected --target=lint --parallel=3
pnpm nx affected --target=test --parallel=3 --ci --code-coverage
pnpm nx affected --target=build --parallel=3
agents:
name: Nx Cloud - Agents
Expand Down

0 comments on commit 066a364

Please sign in to comment.