From 6563718e620c54dad35e473dab12f8700bb6839d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 24 Sep 2019 09:36:36 -0400 Subject: [PATCH] tap output --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b4a7438..8aedfbd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,7 @@ jobs: command: | cd tests mkdir -p /app/reports/bats - bats *.bats > "/app/reports/bats/$CIRCLE_NODE_INDEX.xml" + bats *.bats --tap > "/app/reports/bats/$CIRCLE_NODE_INDEX.xml" - store_test_results: path: reports docker-push: