This is an automated email from the ASF dual-hosted git repository. cortlepp pushed a commit to branch cortlepp/ci-test-report in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
commit 8420284ab095585062b2b87611ab22484fff13e2 Author: Christian Ortlepp <[email protected]> AuthorDate: Wed Nov 26 09:56:35 2025 +0100 ci: add test reports to ci --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db4a2e9350..bdf565c614 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,9 @@ jobs: run: mvn -B -e -Papache-release -Dgpg.skip=true -Dmaven.compiler.release=${{ matrix.java }} verify - name: Remove Snapshots run: find ~/.m2/repository -name '*-SNAPSHOT' -a -type d -print0 | xargs -0 rm -rf + - name: Publish Test Report + uses: ScaCap/[email protected] + if: always() site: name: Site runs-on: ubuntu-24.04
