From e1f28ab5bf5f103153407e2bcdc3a2160637e033 Mon Sep 17 00:00:00 2001 From: Dominic Schabel Date: Tue, 16 Oct 2018 19:05:47 +0200 Subject: [PATCH] Moved test results to 'jUnit' so it will be correctly displayed by CircleCI Signed-off-by: Dominic Schabel --- .circleci/config.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d7b156d7c..e11e0807f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: