From cb6a76fa63ddc7f0c117e25911d8d1dc6605b01c Mon Sep 17 00:00:00 2001 From: Michele Rastelli Date: Thu, 5 Sep 2024 12:47:05 +0200 Subject: [PATCH] =?UTF-8?q?CI:=20f=C3=ADx=20test=20reports?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 8 ++++++++ pom.xml | 5 +++++ 2 files changed, 13 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c40e754cb..5f7170407 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -279,6 +279,8 @@ jobs: - run: name: Test command: mvn verify -am -pl test-non-functional -Dgpg.skip -Dmaven.javadoc.skip + - report: + working_directory: test-non-functional - store_cache # DE-847 @@ -304,6 +306,8 @@ jobs: name: Test working_directory: test-non-functional command: mvn verify -Dgpg.skip -Dmaven.javadoc.skip -Dshaded + - report: + working_directory: test-non-functional - store_cache sonar: @@ -376,6 +380,8 @@ jobs: - run: name: Test command: mvn verify -am -pl test-resilience -Dgpg.skip -Dmaven.javadoc.skip + - report: + working_directory: test-resilience - store_cache # DE-847 @@ -408,6 +414,8 @@ jobs: name: Test working_directory: test-resilience command: mvn verify -Dgpg.skip -Dmaven.javadoc.skip -Dshaded + - report: + working_directory: test-resilience - store_cache deploy: diff --git a/pom.xml b/pom.xml index 414d65931..6bae1f629 100644 --- a/pom.xml +++ b/pom.xml @@ -304,6 +304,11 @@ replacer 1.5.3 + + org.apache.maven.plugins + maven-surefire-report-plugin + 3.4.0 +