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 8fa52fa commit 68f4e5dCopy full SHA for 68f4e5d
.github/workflows/ci-testing.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Création de l'artefact des résultats des tests
38
uses: actions/upload-artifact@v4
39
with:
40
- name: ciMavenReport-${{ github.run_id } }
+ name: ciMavenReport-${{ github.run_id }}
41
path: target/surefire-reports
42
- name: Test Report
43
uses: dorny/test-reporter@v1
0 commit comments