From 5646e7ac286ed1625017759248ab2fba29648b53 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Sun, 18 Mar 2018 14:46:33 -0400 Subject: [PATCH] Fixing test dir --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 347ee59c..33d39e8c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,9 +29,7 @@ jobs: name: "Aggregate test results" when: always command: | - echo HOME $HOME && \ - echo testdir $CIRCLE_TEST_REPORTS && \ - mkdir -p $CIRCLE_TEST_REPORTS/junit/ + mkdir -p ~/junit/ find . -type f -regex ".*/target/.*-reports/.*" -exec cp {} ~/junit/ \; bash <(curl -s https://codecov.io/bash) - store_artifacts: