We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8756b23 commit 49818ffCopy full SHA for 49818ff
.github/workflows/build.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Create AVD and generate snapshot for caching
60
if: steps.avd-cache.outputs.cache-hit != 'true'
61
- uses: reactivecircus/android-emulator-runner@v2.31.0
+ uses: reactivecircus/android-emulator-runner@v2.32.0
62
with:
63
api-level: ${{ env.ANDROID_API_LEVEL }}
64
arch: x86_64
@@ -69,7 +69,7 @@ jobs:
69
script: echo "Generated AVD snapshot for caching."
70
71
- name: Run Instrumentation Tests on Android API ${{ env.ANDROID_API_LEVEL }}
72
73
74
75
0 commit comments