Skip to content

Commit 7703c4f

Browse files
committed
[cicd] try to fix bazel cache
1 parent 2a01dfb commit 7703c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-opensrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
set -e
6868
bazelisk test //integration_test/... --cache_test_results=no --test_output=errors
6969
ls -alh ./
70-
du -h -d 3 /root/.cache/
70+
du -h -d 3 /${HOME}/.cache/
7171
df -h
7272
# - name: Save cache
7373
# id: cache-restore

0 commit comments

Comments
 (0)