mirror of
https://github.com/readrops/Readrops.git
synced 2025-01-23 23:32:36 +01:00
Fix android-emulator-runner version
This commit is contained in:
parent
5b73f2952c
commit
816aa852b4
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
distribution: 'temurin'
|
||||
java-version: '11'
|
||||
- name: Android Emulator Runner
|
||||
uses: ReactiveCircus/android-emulator-runner@v2.28
|
||||
uses: ReactiveCircus/android-emulator-runner@v2.28.0
|
||||
with:
|
||||
api-level: 33
|
||||
script: ./gradlew clean build connectedCheck jacocoFullReport
|
||||
|
Loading…
Reference in New Issue
Block a user