tap output

This commit is contained in:
2019-09-23 06:46:58 -04:00
parent 29c68383c3
commit d24d22e6d8
+2 -1
View File
@@ -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