From ee26b9b33fa549088de88e1f2a03db32b150cd0c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 24 Sep 2019 09:34:09 -0400 Subject: [PATCH] doht exemel --- .circleci/config.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 281012b..9e2a65d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,10 +7,7 @@ jobs: test: docker: - image: kennethreitz/bake:ci - parallelism: 1 - working_directory: /app - steps: - checkout - run: @@ -19,13 +16,11 @@ jobs: export PIPENV_MAX_SUBPROCESS=128 pipenv install --dev --system --deploy - run: - name: BATS tests [sharded] + name: BATS tests command: | cd tests mkdir -p /app/reports/bats - # bats $(circleci tests glob '*.bats' | circleci tests split) > "/app/reports/bats/$CIRCLE_NODE_INDEX.xml" - bats *.bats > "/app/reports/bats/$CIRCLE_NODE_INDEX.tap" - + bats *.bats > "/app/reports/bats/$CIRCLE_NODE_INDEX.xml" - store_test_results: path: reports docker-push: