mirror of https://github.com/readrops/Readrops.git
Remove emulator-build attribute from android-emulator-runner action step
This commit is contained in:
parent
c9155a53c4
commit
58e134ba11
|
@ -24,7 +24,6 @@ jobs:
|
|||
- name: Android Emulator Runner
|
||||
uses: ReactiveCircus/android-emulator-runner@v2.19.0
|
||||
with:
|
||||
api-level: 28
|
||||
emulator-build: 7425822
|
||||
api-level: 29
|
||||
script: ./gradlew connectedCheck
|
||||
|
||||
|
|
Loading…
Reference in New Issue