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 c8ccc88 commit 8420284Copy full SHA for 8420284
.github/workflows/ci.yml
@@ -52,6 +52,9 @@ jobs:
52
run: mvn -B -e -Papache-release -Dgpg.skip=true -Dmaven.compiler.release=${{ matrix.java }} verify
53
- name: Remove Snapshots
54
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()
58
site:
59
name: Site
60
runs-on: ubuntu-24.04
0 commit comments