Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzo committed May 7, 2024
1 parent 3c65a9b commit f881737
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ jobs:
- name: Test & Build
run: ./gradlew -s build
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: gmazzo/publish-report-annotations@v1
if: always()
with:
report_paths: '**/build/test-results/*/TEST-*.xml'
- name: Coverage report
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit f881737

Please sign in to comment.