This commit is contained in:
2019-09-23 06:41:23 -04:00
parent db50d026bb
commit d3d359ece5
+5 -1
View File
@@ -24,4 +24,8 @@ jobs:
command: |
# circleci tests split <(ls *.bats)
cd tests
circleci tests glob "*.bats" | circleci tests split | xargs bats
mkdir -p report/bats
circleci tests glob "*.bats" | circleci tests split | xargs bats > report/bats/1.tap
- store_test_results:
path: report