This commit is contained in:
2019-09-24 09:25:12 -04:00
parent 78b19e47d3
commit 6d2da6d528
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
command: |
cd tests
mkdir -p /app/reports/bats
bats $(circleci tests glob '*.bats' | circleci tests split) > "/app/reports/bats/$CIRCLE_NODE_INDEX.tap"
bats $(circleci tests glob '*.bats' | circleci tests split) > "/app/reports/bats/$CIRCLE_NODE_INDEX.xml"
# bats *.bats > "/app/reports/bats/$CIRCLE_NODE_INDEX.tap"
- store_test_results: