We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ed942 commit 1653eecCopy full SHA for 1653eec
.github/workflows/tests.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: create AVD and generate snapshot for caching
45
if: steps.avd-cache.outputs.cache-hit != 'true'
46
- uses: ReactiveCircus/android-emulator-runner@v2.30.1
+ uses: ReactiveCircus/android-emulator-runner@v2.33.0
47
with:
48
api-level: ${{ matrix.api-level }}
49
target: google_apis
@@ -54,7 +54,7 @@ jobs:
54
script: echo "Generated AVD snapshot for caching."
55
56
- name: run tests
57
58
59
60
force-avd-creation: false
0 commit comments