From 313b56d64861a4e49ac5abec8fcf1a940ab58920 Mon Sep 17 00:00:00 2001 From: David Kocher Date: Mon, 24 Apr 2023 10:24:24 +0200 Subject: [PATCH] Revert "Publish test report in pull requests." This reverts commit 195bd7042ce7b07e88be40c1ad7cf348decc9b24. --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2111544b4b1..1392beda524 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,6 +38,3 @@ jobs: ${{ runner.os }}-maven- - name: Build with Maven run: mvn --no-transfer-progress verify -DskipITs -DskipSign --batch-mode -Drevision=0 - - name: Publish Test Report - if: ${{ always() }} - uses: ScaCap/action-surefire-report@v1.7.0