mirror of
https://github.com/readrops/Readrops.git
synced 2025-01-24 15:51:39 +01:00
Update android-emulator-runner step
This commit is contained in:
parent
7fbc4cf5c3
commit
5b73f2952c
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
@ -21,9 +21,9 @@ jobs:
|
|||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: '11'
|
java-version: '11'
|
||||||
- name: Android Emulator Runner
|
- name: Android Emulator Runner
|
||||||
uses: ReactiveCircus/android-emulator-runner@v2.20.0
|
uses: ReactiveCircus/android-emulator-runner@v2.28
|
||||||
with:
|
with:
|
||||||
api-level: 29
|
api-level: 33
|
||||||
script: ./gradlew clean build connectedCheck jacocoFullReport
|
script: ./gradlew clean build connectedCheck jacocoFullReport
|
||||||
- uses: codecov/codecov-action@v2.1.0
|
- uses: codecov/codecov-action@v2.1.0
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user