Add android integration tests
This commit is contained in:
parent
5d80d68045
commit
d4d3096316
5
.github/workflows/run_tests.yml
vendored
5
.github/workflows/run_tests.yml
vendored
@ -17,3 +17,8 @@ jobs:
|
|||||||
- name: Execute tests
|
- name: Execute tests
|
||||||
run: |
|
run: |
|
||||||
./gradlew test
|
./gradlew test
|
||||||
|
- name: Android Integration Test
|
||||||
|
uses: ReactiveCircus/android-emulator-runner@v2.19.0
|
||||||
|
with:
|
||||||
|
api-level: 28
|
||||||
|
script: ./gradlew test
|
||||||
|
Loading…
Reference in New Issue
Block a user