This commit is contained in:
2019-09-23 06:52:47 -04:00
parent 5ea0e9c7af
commit 42763602b7
+2 -2
View File
@@ -25,9 +25,9 @@ jobs:
command: |
# circleci tests split <(ls *.bats)
cd tests
mkdir -p report/bats
mkdir -p reports/bats
# circleci tests glob "*.bats" | circleci tests split | xargs bats > report/bats/1.tap
bats $(circleci tests glob '*.bats' | circleci tests split) > "reports/bats/$CIRCLE_NODE_INDEX.tap"
- store_test_results:
path: report
path: reports