Skip to content

Commit 8420284

Browse files
committed
ci: add test reports to ci
1 parent c8ccc88 commit 8420284

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
run: mvn -B -e -Papache-release -Dgpg.skip=true -Dmaven.compiler.release=${{ matrix.java }} verify
5353
- name: Remove Snapshots
5454
run: find ~/.m2/repository -name '*-SNAPSHOT' -a -type d -print0 | xargs -0 rm -rf
55+
- name: Publish Test Report
56+
uses: ScaCap/action-surefire-report@v1.9.1
57+
if: always()
5558
site:
5659
name: Site
5760
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)