Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmysh committed Dec 19, 2021
1 parent 71176a0 commit f688859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,15 @@ format_check: &format_check
# lint
lint: &lint
name: Lint
command: ./node_modules/.bin/nx workspace-lint && yarn affected:lint ${AFFECTED_ARGS} --maxParallel=1
command: ./node_modules/.bin/nx workspace-lint && yarn affected:lint ${AFFECTED_ARGS} --maxParallel=5

affected_test: &affected_test
name: Afected test
command: yarn affected:test ${AFFECTED_ARGS} --ci --code-coverage --maxParallel=3 --exclude dev-elements-react

affected_build: &affected_build
name: Affected build
command: yarn affected:build ${AFFECTED_ARGS} --configuration production --maxParallel=1
command: yarn affected:build ${AFFECTED_ARGS} --configuration production --maxParallel=3

# e2e
affected_e2e: &affected_e2e
Expand Down

0 comments on commit f688859

Please sign in to comment.