mirror of https://github.com/readrops/Readrops.git
Update android emulator runner step
This commit is contained in:
parent
4539fdff92
commit
5d86126f1c
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew clean build
|
run: ./gradlew clean build
|
||||||
- name: Android Emulator Runner
|
- name: Android Emulator Runner
|
||||||
uses: ReactiveCircus/android-emulator-runner@v2.19.0
|
uses: ReactiveCircus/android-emulator-runner@v2.20.0
|
||||||
with:
|
with:
|
||||||
api-level: 29
|
api-level: 29
|
||||||
script: ./gradlew connectedCheck
|
script: ./gradlew connectedCheck
|
||||||
|
|
Loading…
Reference in New Issue