diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 73676e37..0d7c7c71 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,6 +30,8 @@ jobs: key: bazel-cache restore-keys: | bazel-cache + - name: Clean stable-status file + run: rm -f /tmp/cache/stable-status.txt - name: Bazel test run: bazel --output_user_root=/tmp/cache test --test_output=errors //... env: