Skip to content

Commit f8b7227

Browse files
committed
Test report merge export
1 parent 3ca225e commit f8b7227

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: success() || failure()
4747
with:
4848
name: ciMavenReport-full-${{ github.run_id }}
49-
path: target/consolidated-reports
49+
path: target/surefire-reports
5050
- name: Test Report
5151
uses: dorny/test-reporter@v1
5252
if: success() || failure() # run this step even if previous step failed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
</executions>
124124
<configuration>
125125
<!-- <outputDirectory>${project.build.directory}/consolidated-reports</outputDirectory>-->
126-
<outputDirectory>${project.build.directory}/consolidated-reports</outputDirectory>
126+
<outputDirectory>${project.build.directory}/surefire-reports</outputDirectory>
127127
<linkXRef>false</linkXRef>
128128
<!-- Générer des rapports XML uniquement -->
129129
<reportFormat>xml</reportFormat>

0 commit comments

Comments
 (0)