From 5ea0e9c7af7f6da888cc8830cbcbfe48ff19be2d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Sep 2019 06:51:33 -0400 Subject: [PATCH] fail --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b4e4ce6..f6ad19a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,7 +27,7 @@ jobs: cd tests mkdir -p report/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" + bats $(circleci tests glob '*.bats' | circleci tests split) > "reports/bats/$CIRCLE_NODE_INDEX.tap" - store_test_results: path: report