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 name: Run tests incl. license check
command: './.circleci/run-qa.sh' command: './.circleci/run-qa.sh'
# Record test results - run:
- run: mkdir -p testresults/junit/ name: Record test results
- run: find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} testresults/junit/ \; command: mkdir -p testresults/jUnit && find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} testresults/jUnit/ \;
- store_test_results: - store_test_results:
path: testresults/junit/ path: testresults
destination: test-reports
- store_artifacts: - store_artifacts:
path: pom.xml path: pom.xml
destination: pom destination: pom.xml
- save_cache: - save_cache:
paths: paths: