Skip to content

Commit 1586c64

Browse files
committed
chore: corrct junit report console errors
1 parent cb04f1f commit 1586c64

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ on:
33
push:
44
workflow_call:
55

6+
# Required for https://github.com/mikepenz/action-junit-report/issues/23
7+
permissions:
8+
checks: write
9+
pull-requests: write
10+
611
jobs:
712
test:
813
runs-on: ubuntu-latest
@@ -44,3 +49,4 @@ jobs:
4449
if: always() # always run even if the previous step fails
4550
with:
4651
report_paths: "**/TESTS-*.xml"
52+
comment: true

0 commit comments

Comments
 (0)