Skip to content

Commit

Permalink
fix(ci): use jacoco report in publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus authored Nov 20, 2021
1 parent 0989a8c commit 1a67cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action@v1.24
if: always()
with:
files: test-results/**/*.xml
files: "**/build/test-results/**/*.xml"

release:
needs: [build, test]
Expand Down

0 comments on commit 1a67cf0

Please sign in to comment.