Moved test results to 'jUnit' so it will be correctly displayed by CircleCI

Signed-off-by: Dominic Schabel <dominic.schabel@bosch-si.com>
This commit is contained in:
Dominic Schabel
2018-10-16 19:05:47 +02:00
parent ca65687fd5
commit e1f28ab5bf

View File

@@ -37,17 +37,16 @@ jobs:
name: Run tests incl. license check
command: './.circleci/run-qa.sh'
# Record test results
- run: mkdir -p testresults/junit/
- run: find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} testresults/junit/ \;
- run:
name: Record test results
command: mkdir -p testresults/jUnit && find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} testresults/jUnit/ \;
- store_test_results:
path: testresults/junit/
destination: test-reports
path: testresults
- store_artifacts:
path: pom.xml
destination: pom
destination: pom.xml
- save_cache:
paths: