Skip to content

Commit

Permalink
Merge pull request #152 from hertzsprung/dependabot/github_actions/mi…
Browse files Browse the repository at this point in the history
…kepenz/action-junit-report-4.2.1

Bump mikepenz/action-junit-report from 4.1.0 to 4.2.1
  • Loading branch information
hertzsprung authored Apr 2, 2024
2 parents 7e2186c + 3e4fb78 commit 8ba1476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: gradle-test
run: ./gradlew test
- name: test-report
uses: mikepenz/action-junit-report@v4.1.0
uses: mikepenz/action-junit-report@v4.2.1
if: ${{ !cancelled() && (steps.gradle-test.outcome == 'success' || steps.gradle-test.outcome == 'failure') }}
with:
report_paths: 'build/test-results/test/TEST-*.xml'

0 comments on commit 8ba1476

Please sign in to comment.