Skip to content

Commit

Permalink
Merge pull request #153 from kshyk/renovate/mikepenz-action-junit-rep…
Browse files Browse the repository at this point in the history
…ort-5.x

Update mikepenz/action-junit-report action to v5
  • Loading branch information
kshyk authored Dec 4, 2024
2 parents 93ba1e0 + cf79eda commit 9679a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: ./gradlew clean test --tests '*tests.gui*'

- name: Publish UI test report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
with:
report_paths: '**/build/test-results/test/TEST-*.xml'
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9679a79

Please sign in to comment.