Skip to content

Commit

Permalink
Test report merge export
Browse files Browse the repository at this point in the history
  • Loading branch information
JPechberty committed Jan 28, 2025
1 parent 3ca225e commit f8b7227
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ jobs:
if: success() || failure()
with:
name: ciMavenReport-full-${{ github.run_id }}
path: target/consolidated-reports
path: target/surefire-reports
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure() # run this step even if previous step failed
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -123,7 +123,7 @@
</executions>
<configuration>
<!-- <outputDirectory>${project.build.directory}/consolidated-reports</outputDirectory>-->
<outputDirectory>${project.build.directory}/consolidated-reports</outputDirectory>
<outputDirectory>${project.build.directory}/surefire-reports</outputDirectory>
<linkXRef>false</linkXRef>
<!-- Générer des rapports XML uniquement -->
<reportFormat>xml</reportFormat>

0 comments on commit f8b7227

Please sign in to comment.