Skip to content

Commit 1577c30

Browse files
Error on staleness failure
1 parent 1155c80 commit 1577c30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/staleness_check.yml

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
# tests along with user changes. Any stale files will be automatically fixed in a follow-up
5151
# commit.
5252
run: |
53+
set -ex
5354
if [[ -z $COMMIT_TRIGGERED_RUN || -z $MAIN_RUN ]]; then
5455
bazel query 'attr(tags, "staleness_test", //...)' | xargs bazel test $BAZEL_FLAGS || \
5556
echo "Please run ./regenerate_stale_files.sh to regenerate stale files"

0 commit comments

Comments
 (0)