Skip to content

Commit

Permalink
publish test results
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVe committed Dec 11, 2023
1 parent 4150eb9 commit e17e4cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ jobs:
with:
path: ./**/build/reports/spotbugs/*.xml

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: |
./**/build/test-results/test/*.xml
- name: Upload build reports
uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit e17e4cb

Please sign in to comment.