Skip to content

Commit

Permalink
upped junit results.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Nov 28, 2024
1 parent 222882a commit 1f5e4f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
GPG_SECRET_KEY_PASSPHRASE: ${{ secrets.GPG_SECRET_KEY_PASSPHRASE }}
- uses: codecov/codecov-action@v4
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v2.16.1
uses: EnricoMi/publish-unit-test-result-action@v2.18.0
if: always()
with:
junit_files: "**/target/surefire-reports/*.xml"
files: "**/target/surefire-reports/*.xml"



0 comments on commit 1f5e4f4

Please sign in to comment.