mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
reports
This commit is contained in:
@@ -25,9 +25,9 @@ jobs:
|
||||
name: BATS tests [sharded]
|
||||
command: |
|
||||
cd tests
|
||||
mkdir -p reports/bats
|
||||
mkdir -p /app/reports/bats
|
||||
# bats $(circleci tests glob '*.bats' | circleci tests split) > "reports/bats/$CIRCLE_NODE_INDEX.tap"
|
||||
bats *.bats > "reports/bats/$CIRCLE_NODE_INDEX.tap"
|
||||
bats *.bats > "/app/reports/bats/$CIRCLE_NODE_INDEX.tap"
|
||||
|
||||
- store_test_results:
|
||||
path: reports
|
||||
|
||||
Reference in New Issue
Block a user