Skip to content

Commit

Permalink
ci: add test report action
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaysood committed Oct 4, 2023
1 parent fc429ad commit ac3c7eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}
- name: Unit tests
run: ./gradlew :measure:testDebugUnitTest
- name: Android Test Report
uses: asadmansr/[email protected]
if: ${{ always() }}

0 comments on commit ac3c7eb

Please sign in to comment.