Skip to content

Commit

Permalink
Update mikepenz/action-junit-report action to v3.5.2 (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
# Conflicts:
#	.github/workflows/gradle.yml
  • Loading branch information
renovate[bot] authored and sdelamo committed Oct 19, 2022
1 parent f3321d6 commit ff7fe1d
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 @@ -60,7 +60,7 @@ jobs:
PREDICTIVE_TEST_SELECTION: "${{ github.event_name == 'pull_request' && 'true' || 'false' }}"
- name: Publish Test Report
if: always()
uses: mikepenz/[email protected].0
uses: mikepenz/[email protected].2
with:
check_name: Java CI / Test Report (${{ matrix.java }})
report_paths: '**/build/test-results/test/TEST-*.xml'
Expand Down

0 comments on commit ff7fe1d

Please sign in to comment.