File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
gradle-tasks-with-emulator Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ runs:
123
123
124
124
- name : Upload heap dump
125
125
if : failure()
126
- uses : actions/upload-artifact@v4
126
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
127
127
with :
128
128
name : heap-dump
129
129
path : ${{github.workspace}}/**/*{.hprof,.log}
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@v2
70
+ uses : reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # 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@v2
96
+ uses : reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # v2
97
97
with :
98
98
api-level : ${{ inputs.api-level }}
99
99
arch : x86_64
@@ -105,7 +105,7 @@ runs:
105
105
106
106
- name : Upload results
107
107
if : ${{ always() }}
108
- uses : actions/upload-artifact@v4
108
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
109
109
with :
110
110
name : ${{ inputs.tests-name }}
111
111
path : ${{github.workspace}}/**/build/reports/androidTests/connected/**
You can’t perform that action at this time.
0 commit comments