File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/gradle-tasks-with-emulator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 67
67
# If the AVD cache didn't exist, create an AVD
68
68
- name : create AVD and generate snapshot for caching
69
69
if : steps.restore-avd-cache.outputs.cache-hit != 'true'
70
- uses : reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # v2
70
+ uses : reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed # v2
71
71
with :
72
72
api-level : ${{ inputs.api-level }}
73
73
arch : x86_64
93
93
# Run the actual emulator tests.
94
94
# At this point every task should be up-to-date and the AVD should be ready to go.
95
95
- name : run tests
96
- uses : reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # v2
96
+ uses : reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed # v2
97
97
with :
98
98
api-level : ${{ inputs.api-level }}
99
99
arch : x86_64
You can’t perform that action at this time.
0 commit comments