Skip to content

Commit

Permalink
checker actions now should upload unit test report
Browse files Browse the repository at this point in the history
  • Loading branch information
oong819 committed Apr 3, 2024
1 parent d481c19 commit f9b00ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,10 @@ jobs:
run: ./gradlew lintRelease
- name: Run unit tests
run: ./gradlew testReleaseUnitTest
- name: Upload unit test reports
uses: actions/upload-artifact@v4
with:
name: unittestsReport.htm
path: app/build/reports/tests/testReleaseUnitTest/index.html
- name: FindBugs
run: ./gradlew findbugs

0 comments on commit f9b00ac

Please sign in to comment.