From 6d2da6d528a8515e09cafbce8adfa5c788ef47be Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 24 Sep 2019 09:25:12 -0400 Subject: [PATCH] xml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f350dbc..b1e5486 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: