From 6485ecd1f2d5306fcdf53ea9afdd7c1695f65fe2 Mon Sep 17 00:00:00 2001 From: Victor Savkin Date: Thu, 12 Jan 2023 10:34:50 -0500 Subject: [PATCH] chore(repo): run global checks in order --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a3db914857..93c9adfdcc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 &