Skip to content

Commit 9185bfa

Browse files
committed
Added test reporting
1 parent 1230f1e commit 9185bfa

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/test.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,12 @@ jobs:
2323
run: mvn --batch-mode -DskipTests package
2424

2525
- name: Test
26-
run: mvn --batch-mode test
26+
run: mvn --batch-mode -Dmaven.test.failure.ignore=true test
27+
28+
- name: Report
29+
uses: dorny/test-reporter@v1
30+
if: ${{ always() }}
31+
with:
32+
name: Maven Tests
33+
path: target/surefire-reports/*.xml
34+
reporter: java-junit

0 commit comments

Comments
 (0)