We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff8db4 commit b50c9eeCopy full SHA for b50c9ee
.github/workflows/presubmit.yml
@@ -11,6 +11,8 @@ jobs:
11
- uses: actions/checkout@v3
12
- name: Check dependencies and format
13
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
16
- name: bazel test //...
17
env:
18
# Bazelisk will download bazel to here, ensure it is cached within tests.
0 commit comments