Skip to content

Commit

Permalink
fix: clean stable status to check if releasable components are present
Browse files Browse the repository at this point in the history
  • Loading branch information
opicaud committed Jan 29, 2024
1 parent 1119e10 commit 7baa9e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7baa9e5

Please sign in to comment.