File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments