mirror of
https://github.com/vectras-team/termux-x11.git
synced 2024-11-23 23:00:20 +00:00
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
|
||||
run: |
|
||||
./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