Skip to content

Commit 050b1eb

Browse files
Error on staleness failure
1 parent 957fca8 commit 050b1eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/staleness_check.yml

Lines changed: 1 addition & 0 deletions
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
else

0 commit comments

Comments
 (0)