Skip to content

Commit

Permalink
Merge pull request #23 from gsarris/feature/publish_tests
Browse files Browse the repository at this point in the history
Update android.yml
  • Loading branch information
gsarris authored Oct 18, 2024
2 parents 65da15d + 7662457 commit 9caef91
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ jobs:
run: ./gradlew assemble
- name: Test
run: ./gradlew test
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: |
app/build/test-results/**/*.xml

0 comments on commit 9caef91

Please sign in to comment.