Skip to content

Commit

Permalink
Update mikepenz/action-junit-report action to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 23, 2024
1 parent 87846cf commit 9a20de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build with Maven
run: mvn -B verify -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN
- name: JUnit Report Action
uses: mikepenz/action-junit-report@v4.0.3
uses: mikepenz/action-junit-report@v4.1.0
if: success() || failure() # always run even if the previous step fails
with:
report_paths: "**/target/*-reports/TEST-*.xml"
Expand Down

0 comments on commit 9a20de6

Please sign in to comment.