Drop publish reports pipeline stage (#1342)

This commit is contained in:
erabii
2023-05-12 20:49:10 +03:00
committed by GitHub
parent bf38b57a9c
commit 06e9635ed4

View File

@@ -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/*'