Add android integration tests

This commit is contained in:
suhan_paradkar 2021-07-28 15:25:03 +05:30 committed by Wisest_wizard
parent 5d80d68045
commit d4d3096316
1 changed files with 5 additions and 0 deletions

View File

@ -17,3 +17,8 @@ jobs:
- name: Execute tests
run: |
./gradlew test
- name: Android Integration Test
uses: ReactiveCircus/android-emulator-runner@v2.19.0
with:
api-level: 28
script: ./gradlew test