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 e3e1962 commit 88e70d9Copy full SHA for 88e70d9
.github/workflows/ci-testing.yml
@@ -33,9 +33,11 @@ jobs:
33
key: maven-${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
34
restore-keys: ${{ runner.os }}-m2
35
- name: Run tests with Maven
36
+ if: success() || failure()
37
run: mvn -B test --file pom.xml
38
- name: Création de l'artefact des résultats des tests
39
uses: actions/upload-artifact@v4
40
41
with:
42
name: ciMavenReport-${{ github.run_id }}
43
path: target/surefire-reports
0 commit comments