Skip to content

Commit 55c6cf0

Browse files
committed
add comment for test reports
1 parent 8600301 commit 55c6cf0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/report.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
permissions:
1212
checks: write
13+
pull-requests: write
1314

1415
jobs:
1516
checks:
@@ -22,7 +23,8 @@ jobs:
2223
workflow: ${{ github.event.workflow.id }}
2324
run_id: ${{ github.event.workflow_run.id }}
2425
- name: Publish Test Report
25-
uses: mikepenz/action-junit-report@150e2f992e4fad1379da2056d1d1c279f520e058 # v3
26+
uses: mikepenz/action-junit-report@v5
2627
with:
2728
commit: ${{github.event.workflow_run.head_sha}}
28-
report_paths: '**/build/test-results/test/TEST-*.xml'
29+
report_paths: '**/build/test-results/test/TEST-*.xml'
30+
comment: true

0 commit comments

Comments
 (0)