Fixing test dir

This commit is contained in:
Ryan Baxter
2018-03-18 14:46:33 -04:00
parent ae24dbfc91
commit 5646e7ac28

View File

@@ -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: