From 7f62bb75d00417ffa2dbf91c9158e81217813267 Mon Sep 17 00:00:00 2001 From: Daniel Imhoff Date: Mon, 8 Oct 2018 16:33:37 -0500 Subject: [PATCH] chore(ci): run tests in single worker --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2e4cb438a9..70720a39a5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -102,7 +102,7 @@ jobs: at: /tmp/workspace - run: name: Run Screenshot - command: npx stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/ci.js --ci + command: npx stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/ci.js --ci --runInBand working_directory: /tmp/workspace/core test-core-screenshot-master: @@ -113,7 +113,7 @@ jobs: at: /tmp/workspace - run: name: Run Screenshot - command: npx stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/ci.js --ci --update-screenshot + command: npx stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/ci.js --ci --runInBand --update-screenshot working_directory: /tmp/workspace/core workflows: