This commit is contained in:
2019-09-23 07:36:10 -04:00
parent a6fd87ca9c
commit 6ca17c3d5f
+2 -2
View File
@@ -25,9 +25,9 @@ jobs:
name: BATS tests [sharded]
command: |
cd tests
mkdir -p reports/bats
mkdir -p /app/reports/bats
# bats $(circleci tests glob '*.bats' | circleci tests split) > "reports/bats/$CIRCLE_NODE_INDEX.tap"
bats *.bats > "reports/bats/$CIRCLE_NODE_INDEX.tap"
bats *.bats > "/app/reports/bats/$CIRCLE_NODE_INDEX.tap"
- store_test_results:
path: reports