From 06e9635ed4cccf2127d4ea62154b0e6c95baba81 Mon Sep 17 00:00:00 2001 From: erabii Date: Fri, 12 May 2023 20:49:10 +0300 Subject: [PATCH] Drop publish reports pipeline stage (#1342) --- .github/workflows/maven.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index d1775571..8a145ebd 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -300,15 +300,3 @@ jobs: -Dskip.build.image=true fi - - name: Publish Test Report - uses: mikepenz/action-junit-report@v2 - if: always() # always run even if the previous step fails - with: - report_paths: '**/surefire-reports/TEST-*.xml' - - - name: Archive code coverage results - uses: actions/upload-artifact@v2 - with: - name: surefire-reports - path: '**/surefire-reports/*' -