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