From 1d065c05f68857e9486ff1f62fab8f8365495cb4 Mon Sep 17 00:00:00 2001 From: Jake Willmsen Date: Thu, 2 Nov 2023 23:58:29 -0500 Subject: [PATCH] Re-enabled main ci workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f767e8b..f946c99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: parallel-commands-on-agents: | npx nx affected --target=lint --parallel=3 --ci npx nx affected --target=test --parallel=3 --ci --code-coverage - npx nx affected --target=component-test --parallel=3 + npx nx affected --target=component-test --parallel=1 npx nx affected --target=e2e --parallel=3 npx nx affected --target=build --parallel=3