From a070956a5801220319b307b8177bc4ec06e3d6cc Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 29 Oct 2017 20:52:04 -0700 Subject: [PATCH] Fixed test results location again. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6d6239f..a9c4c65 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,7 +35,7 @@ jobs: name: Save Test Results command: | mkdir -p ~/test/ - find . -type f -regex "build/test-results/test/.*xml" -exec cp {} ~/junit/ \; + find . -type f -regex "build/test-results/test/.*xml" -exec cp {} ~/test/ \; when: always - store_test_results: path: ~/test