Skip to content

Commit

Permalink
Update gradle-build-test.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas <1688389+Rakambda@users.noreply.github.com>
  • Loading branch information
Rakambda authored Dec 15, 2024
1 parent b429a6a commit 5ca9d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
jacocoTestReport
- name: Publish Test Report
uses: mikepenz/action-junit-report@v5
uses: mikepenz/action-junit-report@v5.2.0
if: always()
with:
report_paths: 'build/test-results/test/*.xml'
Expand All @@ -140,7 +140,7 @@ jobs:
name: codecov-github-actions

- name: Upload JUnit reports
uses: actions/upload-artifact@v5.2.0
uses: actions/upload-artifact@v4
if: always()
with:
name: junit-test-results
Expand Down

0 comments on commit 5ca9d96

Please sign in to comment.