Drop publish reports pipeline stage (#1342)
This commit is contained in:
12
.github/workflows/maven.yaml
vendored
12
.github/workflows/maven.yaml
vendored
@@ -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/*'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user