Compare commits

..

1 Commits

Author SHA1 Message Date
a5932f2772 ci: Instrumentation tests coverage in ci.
Some checks failed
Check PR code / EspressoReports (pull_request) Has been cancelled
2025-03-16 17:59:40 +01:00

View File

@ -35,13 +35,13 @@ jobs:
path: |
~/.android/avd/*
~/.android/adb*
key: avd-35
key: avd-29
- name: create AVD and generate snapshot for caching
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 35
api-level: 29
arch: x86_64
profile: Nexus 6
force-avd-creation: false
@ -52,7 +52,7 @@ jobs:
- name: run tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 35
api-level: 29
arch: x86_64
profile: Nexus 6
force-avd-creation: false