diff --git a/.circleci/config.yml b/.circleci/config.yml index 886c08b5cb23..1f520629f505 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -95,11 +95,11 @@ jobs: environment: BASH_ENV: ~/.profile resource_class: xlarge - parallelism: 4 + parallelism: 2 steps: - attach_workspace: *attach_options - run: npm install --global npm@6 - - run: xvfb-run -a node ./tests/legacy-cli/run_e2e --glob=tests/basic/* + - run: xvfb-run -a node ./tests/legacy-cli/run_e2e --glob=tests/basic/* --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX} e2e-cli-ng-snapshots: <<: *defaults @@ -109,7 +109,6 @@ jobs: parallelism: 4 steps: - attach_workspace: *attach_options - - run: npm install --global npm@6 - run: xvfb-run -a node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX} --ng-snapshots build: