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