Skip to content

Commit 06e9635

Browse files
authored
Drop publish reports pipeline stage (#1342)
1 parent bf38b57 commit 06e9635

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/maven.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -300,15 +300,3 @@ jobs:
300300
-Dskip.build.image=true
301301
fi
302302
303-
- name: Publish Test Report
304-
uses: mikepenz/action-junit-report@v2
305-
if: always() # always run even if the previous step fails
306-
with:
307-
report_paths: '**/surefire-reports/TEST-*.xml'
308-
309-
- name: Archive code coverage results
310-
uses: actions/upload-artifact@v2
311-
with:
312-
name: surefire-reports
313-
path: '**/surefire-reports/*'
314-

0 commit comments

Comments
 (0)