File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -105,14 +105,6 @@ runs:
105105 ~/.android/avd
106106 ~/.android/adb*
107107 key : ${{ steps.avd-key.outputs.key }}
108- - name : Save AVD cache
109- if : ${{ always() && fromJson(steps.load-config.outputs.config).config.device.type == 'emulator' && fromJson(steps.load-config.outputs.config).action.avdCachingEnabled && steps.avd-cache.outputs.cache-hit != 'true' }}
110- uses : actions/cache/save@v4
111- with :
112- path : |
113- ~/.android/avd
114- ~/.android/adb*
115- key : ${{ steps.avd-key.outputs.key }}
116108 - name : Detect Package Manager
117109 id : detect-pm
118110 shell : bash
@@ -165,6 +157,14 @@ runs:
165157 ${{ inputs.projectRoot }}/**/__image_snapshots__/**/*-diff.png
166158 ${{ inputs.projectRoot }}/**/__image_snapshots__/**/*-actual.png
167159 if-no-files-found : ignore
160+ - name : Save AVD cache
161+ if : ${{ always() && fromJson(steps.load-config.outputs.config).config.device.type == 'emulator' && fromJson(steps.load-config.outputs.config).action.avdCachingEnabled && steps.avd-cache.outputs.cache-hit != 'true' }}
162+ uses : actions/cache/save@v4
163+ with :
164+ path : |
165+ ~/.android/avd
166+ ~/.android/adb*
167+ key : ${{ steps.avd-key.outputs.key }}
168168 - name : Upload crash report artifacts
169169 if : always()
170170 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments