Compare commits
1 Commits
e77b0210de
...
a5932f2772
Author | SHA1 | Date | |
---|---|---|---|
a5932f2772 |
@ -35,13 +35,13 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
~/.android/avd/*
|
~/.android/avd/*
|
||||||
~/.android/adb*
|
~/.android/adb*
|
||||||
key: avd-35
|
key: avd-29
|
||||||
|
|
||||||
- name: create AVD and generate snapshot for caching
|
- name: create AVD and generate snapshot for caching
|
||||||
if: steps.avd-cache.outputs.cache-hit != 'true'
|
if: steps.avd-cache.outputs.cache-hit != 'true'
|
||||||
uses: reactivecircus/android-emulator-runner@v2
|
uses: reactivecircus/android-emulator-runner@v2
|
||||||
with:
|
with:
|
||||||
api-level: 35
|
api-level: 29
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
profile: Nexus 6
|
profile: Nexus 6
|
||||||
force-avd-creation: false
|
force-avd-creation: false
|
||||||
@ -52,7 +52,7 @@ jobs:
|
|||||||
- name: run tests
|
- name: run tests
|
||||||
uses: reactivecircus/android-emulator-runner@v2
|
uses: reactivecircus/android-emulator-runner@v2
|
||||||
with:
|
with:
|
||||||
api-level: 35
|
api-level: 29
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
profile: Nexus 6
|
profile: Nexus 6
|
||||||
force-avd-creation: false
|
force-avd-creation: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user