Skip to content

Commit 0fac71f

Browse files
remove unintended surefire reports action
1 parent ad92549 commit 0fac71f

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,3 @@ jobs:
5858
path: |
5959
**/target/rat.txt
6060
**/target/surefire-reports/*
61-
- name: Surefire Report
62-
# Pinned 3.5.2 version
63-
uses: mikepenz/action-junit-report@16a9560bd02f11e7e3bf6b3e2ef6bba6c9d07c32
64-
if: always()
65-
with:
66-
report_paths: '**/target/surefire-reports/TEST-*.xml'
67-
github_token: ${{ secrets.GITHUB_TOKEN }}
68-
detailed_summary: true
69-
commit: ${{ github.event.workflow_run.head_sha }}
70-
check_name: Test Report

0 commit comments

Comments
 (0)