Skip to content

Commit 88e70d9

Browse files
committed
Test report
1 parent e3e1962 commit 88e70d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-testing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ jobs:
3333
key: maven-${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
3434
restore-keys: ${{ runner.os }}-m2
3535
- name: Run tests with Maven
36+
if: success() || failure()
3637
run: mvn -B test --file pom.xml
3738
- name: Création de l'artefact des résultats des tests
3839
uses: actions/upload-artifact@v4
40+
if: success() || failure()
3941
with:
4042
name: ciMavenReport-${{ github.run_id }}
4143
path: target/surefire-reports

0 commit comments

Comments
 (0)