Skip to content

Commit

Permalink
ci: properly print test errors for docs site (#30547)
Browse files Browse the repository at this point in the history
Fixes that we weren't printing test errors on CI.

(cherry picked from commit 44b02db)
  • Loading branch information
devversion authored and crisbeto committed Feb 25, 2025
1 parent f9c036c commit 69d6bb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions material.angular.io/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ build --nowatchfs
# Turn off legacy external runfiles
build --nolegacy_external_runfiles

# By default, failing tests don't print any output, it goes to the log file
test --test_output=errors

# Turn on --incompatible_strict_action_env which was on by default
# in Bazel 0.21.0 but turned off again in 0.22.0. Follow
# https://github.com/bazelbuild/bazel/issues/7026 for more details.
Expand Down

0 comments on commit 69d6bb3

Please sign in to comment.