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 46
46
if : success() || failure()
47
47
with :
48
48
name : ciMavenReport-full-${{ github.run_id }}
49
- path : target/consolidated -reports
49
+ path : target/surefire -reports
50
50
- name : Test Report
51
51
uses : dorny/test-reporter@v1
52
52
if : success() || failure() # run this step even if previous step failed
Original file line number Diff line number Diff line change 123
123
</executions >
124
124
<configuration >
125
125
<!-- <outputDirectory>${project.build.directory}/consolidated-reports</outputDirectory>-->
126
- <outputDirectory >${project.build.directory} /consolidated -reports</outputDirectory >
126
+ <outputDirectory >${project.build.directory} /surefire -reports</outputDirectory >
127
127
<linkXRef >false</linkXRef >
128
128
<!-- Générer des rapports XML uniquement -->
129
129
<reportFormat >xml</reportFormat >
You can’t perform that action at this time.
0 commit comments