Skip to content

Commit 3ca225e

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-testing.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
with:
4242
name: ciMavenReport-${{ github.run_id }}
4343
path: target/surefire-reports
44+
- name: Création de l'artefact des résultats des tests 2
45+
uses: actions/upload-artifact@v4
46+
if: success() || failure()
47+
with:
48+
name: ciMavenReport-full-${{ github.run_id }}
49+
path: target/consolidated-reports
4450
- name: Test Report
4551
uses: dorny/test-reporter@v1
4652
if: success() || failure() # run this step even if previous step failed

0 commit comments

Comments
 (0)