Skip to content

Commit

Permalink
feat(ci): publish unit test report directly in github
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus authored Nov 20, 2021
1 parent 1d2c2cc commit 96430db
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,9 @@ jobs:
with:
file: "**/build/reports/jacoco/**/*.xml"

- name: Upload Test Report
uses: actions/upload-artifact@v2
- name: Publish Unit Test Results
uses: EnricoMi/[email protected]
if: always()
with:
name: build reports
path: "**/build/reports"

release:
needs: [build, test]
Expand Down

0 comments on commit 96430db

Please sign in to comment.