We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8600301 commit 55c6cf0Copy full SHA for 55c6cf0
.github/workflows/report.yml
@@ -10,6 +10,7 @@ on:
10
11
permissions:
12
checks: write
13
+ pull-requests: write
14
15
jobs:
16
checks:
@@ -22,7 +23,8 @@ jobs:
22
23
workflow: ${{ github.event.workflow.id }}
24
run_id: ${{ github.event.workflow_run.id }}
25
- name: Publish Test Report
- uses: mikepenz/action-junit-report@150e2f992e4fad1379da2056d1d1c279f520e058 # v3
26
+ uses: mikepenz/action-junit-report@v5
27
with:
28
commit: ${{github.event.workflow_run.head_sha}}
- report_paths: '**/build/test-results/test/TEST-*.xml'
29
+ report_paths: '**/build/test-results/test/TEST-*.xml'
30
+ comment: true
0 commit comments