mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
tap output
This commit is contained in:
@@ -26,7 +26,8 @@ jobs:
|
||||
# circleci tests split <(ls *.bats)
|
||||
cd tests
|
||||
mkdir -p report/bats
|
||||
circleci tests glob "*.bats" | circleci tests split | xargs bats > report/bats/1.tap
|
||||
# circleci tests glob "*.bats" | circleci tests split | xargs bats > report/bats/1.tap
|
||||
bats $(circleci tests glob '*.bats' | circleci tests split) > "$CIRCLE_NODE_INDEX.tap"
|
||||
|
||||
- store_test_results:
|
||||
path: report
|
||||
|
||||
Reference in New Issue
Block a user