Skip to content

Commit b50c9ee

Browse files
committed
Attempt to delete everything to restore some disk space
1 parent 7ff8db4 commit b50c9ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/presubmit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- name: Check dependencies and format
1313
run: scripts/update-dependencies && scripts/format && { [[ -z "$(git status --porcelain)" ]] || exit 1; }
14+
- name: Purge all the data
15+
run: bazel clean --expunge --async; rm -rf /home/runner/.cache/bazel-repo
1416
- name: bazel test //...
1517
env:
1618
# Bazelisk will download bazel to here, ensure it is cached within tests.

0 commit comments

Comments
 (0)