From f2fa857c627110318d6462b56d307033f925e0a3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Sep 2019 06:33:08 -0400 Subject: [PATCH] config.yml --- .circleci/config.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1c402dc..21217a3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,6 +7,7 @@ jobs: build: docker: - image: kennethreitz/bake:ci + parallelism: 8 working_directory: /app @@ -15,7 +16,10 @@ jobs: # - setup_remote_docker: # docker_layer_caching: true - run: - name: $ bake ci + name: $ pipenv install… command: | pipenv install --dev --system --deploy - cd tests && bats *.bats + - run: + name: $ bake //ci + command: | + cd tests && bats circleci tests glob "*.bats"