Skip to content

Commit

Permalink
fixing test results?
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Jul 4, 2024
1 parent ae657ff commit a2ddfd0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v2.12.0
uses: EnricoMi/publish-unit-test-result-action@v2.14.0
with:
check_name: Tests results
files: "target/surefire-reports/*.xml"

junit_files: "target/surefire-reports/*.xml"

0 comments on commit a2ddfd0

Please sign in to comment.