Skip to content

Commit d9dd864

Browse files
authored
CI: fíx test reports (#569)
1 parent 7b0cc70 commit d9dd864

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.circleci/config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ jobs:
279279
- run:
280280
name: Test
281281
command: mvn verify -am -pl test-non-functional -Dgpg.skip -Dmaven.javadoc.skip
282+
- report:
283+
working_directory: test-non-functional
282284
- store_cache
283285

284286
# DE-847
@@ -304,6 +306,8 @@ jobs:
304306
name: Test
305307
working_directory: test-non-functional
306308
command: mvn verify -Dgpg.skip -Dmaven.javadoc.skip -Dshaded
309+
- report:
310+
working_directory: test-non-functional
307311
- store_cache
308312

309313
sonar:
@@ -376,6 +380,8 @@ jobs:
376380
- run:
377381
name: Test
378382
command: mvn verify -am -pl test-resilience -Dgpg.skip -Dmaven.javadoc.skip
383+
- report:
384+
working_directory: test-resilience
379385
- store_cache
380386

381387
# DE-847
@@ -408,6 +414,8 @@ jobs:
408414
name: Test
409415
working_directory: test-resilience
410416
command: mvn verify -Dgpg.skip -Dmaven.javadoc.skip -Dshaded
417+
- report:
418+
working_directory: test-resilience
411419
- store_cache
412420

413421
deploy:

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,11 @@
304304
<artifactId>replacer</artifactId>
305305
<version>1.5.3</version>
306306
</plugin>
307+
<plugin>
308+
<groupId>org.apache.maven.plugins</groupId>
309+
<artifactId>maven-surefire-report-plugin</artifactId>
310+
<version>3.4.0</version>
311+
</plugin>
307312
</plugins>
308313
</pluginManagement>
309314
</build>

0 commit comments

Comments
 (0)