Skip to content

Commit

Permalink
Merge pull request #543 from boudicca-events/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/mikepenz/action-junit-report-5

Bump mikepenz/action-junit-report from 4 to 5
  • Loading branch information
Yolgie authored Nov 12, 2024
2 parents 205dbd7 + d9697f2 commit 98bfc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Execute Gradle build
run: ./gradlew test
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: success() || failure() # always run even if the previous step fails
with:
report_paths: '**/build/test-results/test/TEST-*.xml'

0 comments on commit 98bfc7d

Please sign in to comment.