Skip to content

Commit 765e362

Browse files
committed
Remove detailed test report publishing step from action.yml
1 parent dbbf092 commit 765e362

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/actions/test-report/action.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ inputs:
1616
runs:
1717
using: "composite"
1818
steps:
19-
- name: Publish Detailed Test Report
20-
uses: mikepenz/action-junit-report@v6
21-
with:
22-
report_paths: ${{ inputs.report-path }}
23-
include_passed: true
24-
detailed_summary: true
25-
check_name: ${{ inputs.check-name }}
26-
2719
- name: Generate Test Summary
2820
shell: bash
2921
run: |

0 commit comments

Comments
 (0)