From 7720f9bdafff07844e3fff17b6c27bfc41dd4e22 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Fri, 6 May 2022 11:42:39 +1000 Subject: [PATCH] remove publish test report --- .github/workflows/maven.yml | 5 ----- 1 file changed, 5 deletions(-) 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 }} -- 2.39.5