Skip to content

Commit

Permalink
Merge pull request #123 from SimY4/dependabot/github_actions/main/mik…
Browse files Browse the repository at this point in the history
…epenz/action-junit-report-5

Bump mikepenz/action-junit-report from 4 to 5
  • Loading branch information
SimY4 authored Nov 5, 2024
2 parents 5add79c + bd8522d commit f0a94d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build with sbt
run: sbt ++${{ matrix.scala }} build
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: always()
with:
report_paths: '**/target/test-reports/*.xml'
Expand Down

0 comments on commit f0a94d5

Please sign in to comment.