mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 10:33:43 +08:00
build: enable verbose_failures for bazel in ci (#15332)
This commit is contained in:
parent
e0073c0210
commit
af3ce62c88
@ -16,5 +16,8 @@ test --test_tag_filters=-manual
|
|||||||
# https://circleci.com/docs/2.0/configuration-reference/#resource_class
|
# https://circleci.com/docs/2.0/configuration-reference/#resource_class
|
||||||
build --local_resources=3072,2.0,1.0
|
build --local_resources=3072,2.0,1.0
|
||||||
|
|
||||||
|
# More details on failures
|
||||||
|
build --verbose_failures=true
|
||||||
|
|
||||||
# Retry in the event of flakes
|
# Retry in the event of flakes
|
||||||
test --flaky_test_attempts=2
|
test --flaky_test_attempts=2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user