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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user