Skip to content

Commit fe3d27c

Browse files
committed
ci: increase tasks parallelization up to 8 workers
1 parent 2253e49 commit fe3d27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
main-branch-name: 'develop'
4747

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

0 commit comments

Comments
 (0)