Skip to content

Commit

Permalink
ci: reduce parallelism on each agents
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Jun 28, 2024
1 parent 0926250 commit 95dc33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
main-branch-name: 'develop'

- run: pnpm exec nx-cloud record -- nx format:check
- run: pnpm exec nx affected -t lint test build e2e-ci --parallel=8 --exclude=smoke --codeCoverage
- run: pnpm exec nx affected -t lint test build e2e-ci --parallel=4 --exclude=smoke --codeCoverage

0 comments on commit 95dc33b

Please sign in to comment.