Skip to content

Commit 152b90c

Browse files
committed
Test report merge export
1 parent f8b7227 commit 152b90c

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/ci-testing.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,15 @@ jobs:
3535
- name: Run tests with Maven
3636
if: success() || failure()
3737
run: mvn -B test --file pom.xml
38+
- name: Verify tests with Maven
39+
if: success() || failure()
40+
run: mvn -B verify --file pom.xml
3841
- name: Création de l'artefact des résultats des tests
3942
uses: actions/upload-artifact@v4
4043
if: success() || failure()
4144
with:
4245
name: ciMavenReport-${{ github.run_id }}
4346
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/surefire-reports
5047
- name: Test Report
5148
uses: dorny/test-reporter@v1
5249
if: success() || failure() # run this step even if previous step failed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>org.apache.maven.plugins</groupId>
9292
<artifactId>maven-surefire-plugin</artifactId>
93-
<version>3.0.0</version>
93+
<version>3.0.0-M9</version>
9494
<dependencies>
9595
<dependency>
9696
<groupId>me.fabriciorby</groupId>

0 commit comments

Comments
 (0)