From efe89553a17a09007cfa5d722de7670b5c1adaef Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Sep 2019 07:36:47 -0400 Subject: [PATCH] =?UTF-8?q?multi=E2=80=93node?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7c1db12..8e93111 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: build: docker: - image: kennethreitz/bake:ci - resource_class: 2xlarge+ + resource_class: xlarge # parallelism: 6 working_directory: /app @@ -26,8 +26,8 @@ jobs: command: | cd tests mkdir -p /app/reports/bats - # bats $(circleci tests glob '*.bats' | circleci tests split) > "reports/bats/$CIRCLE_NODE_INDEX.tap" - bats *.bats > "/app/reports/bats/$CIRCLE_NODE_INDEX.tap" + bats $(circleci tests glob '*.bats' | circleci tests split) > "reports/bats/$CIRCLE_NODE_INDEX.tap" + # bats *.bats > "/app/reports/bats/$CIRCLE_NODE_INDEX.tap" - store_test_results: path: reports