From: Olivier Lamy Date: Fri, 6 May 2022 01:42:39 +0000 (+1000) Subject: remove publish test report X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7720f9bdafff07844e3fff17b6c27bfc41dd4e22;p=archiva.git remove publish test report --- diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 06c43e8b9..cbe068cd5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -46,8 +46,3 @@ jobs: - name: Build with Maven run: mvn -e -B -V install -Pci-build -T2 - - - name: Publish Test Report - uses: scacap/action-surefire-report@v1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }}