Skip to content

Commit

Permalink
chore: correct JUnit report logged console errors (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
duttonw authored Jan 5, 2025
1 parent cb04f1f commit 24ebf95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
push:
workflow_call:

# Required for https://github.com/mikepenz/action-junit-report/issues/23
permissions:
checks: write
pull-requests: write

jobs:
test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -44,3 +49,4 @@ jobs:
if: always() # always run even if the previous step fails
with:
report_paths: "**/TESTS-*.xml"
comment: true

0 comments on commit 24ebf95

Please sign in to comment.