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 6767 # If the AVD cache didn't exist, create an AVD
6868 - name : create AVD and generate snapshot for caching
6969 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
7171 with :
7272 api-level : ${{ inputs.api-level }}
7373 arch : x86_64
9393 # Run the actual emulator tests.
9494 # At this point every task should be up-to-date and the AVD should be ready to go.
9595 - name : run tests
96- uses : reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # v2
96+ uses : reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed # v2
9797 with :
9898 api-level : ${{ inputs.api-level }}
9999 arch : x86_64
You can’t perform that action at this time.
0 commit comments