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: | 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