Skip to content

Commit

Permalink
chore(repo): run global checks in order
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Jan 12, 2023
1 parent b197679 commit 6485ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
npx nx-cloud record -- nx format:check --base=$NX_BASE --head=$NX_HEAD &
pids+=($!)
npx nx run-many -t check-imports check-commit check-lock-files root-lint depcheck documentation --parallel=3 --no-dte &
npx nx run-many -t check-imports check-commit check-lock-files root-lint depcheck documentation --parallel=1 --no-dte &
pids+=($!)
yarn nx affected -t test lint --base=$NX_BASE --head=$NX_HEAD --parallel=1 &
Expand Down

0 comments on commit 6485ecd

Please sign in to comment.