We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7030ce commit 3ca225eCopy full SHA for 3ca225e
.github/workflows/ci-testing.yml
@@ -41,6 +41,12 @@ jobs:
41
with:
42
name: ciMavenReport-${{ github.run_id }}
43
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
50
- name: Test Report
51
uses: dorny/test-reporter@v1
52
if: success() || failure() # run this step even if previous step failed
0 commit comments