@@ -170,11 +170,8 @@ jobs:
170170 uses : ./.github/actions/mount-bazel-cache
171171 with :
172172 action-name : " run-cvd-unit-tests"
173- cache-path : " $HOME/bazel-disk-cache"
174173 - name : Run cvd unit tests
175174 uses : ./.github/actions/run-cvd-unit-tests
176- with :
177- cache-path : " $HOME/bazel-disk-cache"
178175 - name : Upload test logs
179176 if : always()
180177 uses : actions/upload-artifact@v4
@@ -195,11 +192,8 @@ jobs:
195192 uses : ./.github/actions/mount-bazel-cache
196193 with :
197194 action-name : " build-debian-packages"
198- cache-path : " $HOME/bazel-disk-cache"
199195 - name : Build CF host debian packages
200196 uses : ./.github/actions/build-debian-packages
201- with :
202- cache-path : " $HOME/bazel-disk-cache"
203197 - name : Build debs_amd64.tar
204198 run : find . -name 'cuttlefish-*.deb' -print0 | tar -cvf debs_amd64.tar --null --files-from -
205199 - name : Publish debs_amd64.tar
@@ -221,11 +215,8 @@ jobs:
221215 uses : ./.github/actions/mount-bazel-cache
222216 with :
223217 action-name : " build-debian-packages"
224- cache-path : " $HOME/bazel-disk-cache"
225218 - name : Build CF host debian packages
226219 uses : ./.github/actions/build-debian-packages
227- with :
228- cache-path : " $HOME/bazel-disk-cache"
229220 - name : Build debs_arm64.tar
230221 run : find . -name 'cuttlefish-*.deb' -print0 | tar -cvf debs_arm64.tar --null --files-from -
231222 - name : Publish debs_arm64.tar
0 commit comments