Fixing test dir
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user