chore(repo): run global checks in order

This commit is contained in:
Victor Savkin 2023-01-12 10:34:50 -05:00
parent b1976796f1
commit 6485ecd1f2
No known key found for this signature in database
GPG Key ID: 39178FEB7698B817

View File

@ -185,7 +185,7 @@ jobs:
npx nx-cloud record -- nx format:check --base=$NX_BASE --head=$NX_HEAD & npx nx-cloud record -- nx format:check --base=$NX_BASE --head=$NX_HEAD &
pids+=($!) 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+=($!) pids+=($!)
yarn nx affected -t test lint --base=$NX_BASE --head=$NX_HEAD --parallel=1 & yarn nx affected -t test lint --base=$NX_BASE --head=$NX_HEAD --parallel=1 &