Skip to content

Commit

Permalink
Merge pull request #84 from makeen-project/E2E_test_case_main_forked
Browse files Browse the repository at this point in the history
Unit test and E2E test updated
  • Loading branch information
shah279 authored Oct 9, 2023
2 parents d378490 + a38d5f3 commit 6db1a48
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/androidTests/connected/
path: app/build/reports/jacoco/testDebugUnitTestCoverage/html/
retention-days: 1

0 comments on commit 6db1a48

Please sign in to comment.