Skip to content

Commit

Permalink
Merge pull request #75 from StyraInc/dependabot/github_actions/mikepe…
Browse files Browse the repository at this point in the history
…nz/action-junit-report-5

Bump mikepenz/action-junit-report from 4 to 5
  • Loading branch information
chendrix authored Nov 7, 2024
2 parents df5cded + 60e2b8d commit 01f1909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: gradle/gradle-build-action@v3
- run: ./gradlew test lint checkstyleMain checkstyleTest
- 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'
Expand Down

0 comments on commit 01f1909

Please sign in to comment.