Skip to content

Commit

Permalink
Merge pull request #41 from subroh0508/renovate/mikepenz-action-junit…
Browse files Browse the repository at this point in the history
…-report-5.x

Update mikepenz/action-junit-report action to v5
  • Loading branch information
subroh0508 authored Nov 16, 2024
2 parents f4cf016 + f9ab1b4 commit e554a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- run: ./gradlew wasmJsBrowserTest --stacktrace
- if: success() || failure()
run: ./gradlew wasmJsBrowserTestReport --stacktrace
- uses: mikepenz/action-junit-report@v4
- uses: mikepenz/action-junit-report@v5
if: success() || failure()
with:
report_paths: '**/build/test-results/wasmJsBrowserTest/TEST-*.xml'
Expand Down

0 comments on commit e554a1e

Please sign in to comment.