mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
doht exemel
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user