Skip to content

Commit

Permalink
Updated test-result path
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinshah27 committed Oct 4, 2023
1 parent 5fdbedc commit 8463e04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:

- name: Run Unit Tests
run: |
./gradlew testDebugUnitTest
./gradlew testDebugUnitTestCoverage
- name: Upload test results
uses: actions/upload-artifact@v2
if: always()
with:
name: test-results
path: app/build/reports/jacoco/testDebugUnitTestCoverage/testDebugUnitTestCoverage.xml
path: app/build/reports/jacoco/
retention-days: 1

0 comments on commit 8463e04

Please sign in to comment.