docs(ivy): add Ivy as a recognized label (#21428)

PR Close #21428
This commit is contained in:
Miško Hevery
2018-01-09 13:46:19 -08:00
committed by Alex Eagle
parent 92984ba794
commit a33ff2c68f
6 changed files with 20 additions and 9 deletions

View File

@ -62,7 +62,7 @@ jobs:
# Use bazel query so that we explicitly ask for all buildable targets to be built as well
# This avoids waiting for a build command to finish before running the first test
# See https://github.com/bazelbuild/bazel/issues/4257
- run: bazel query --output=label '//modules/... union //packages/... union @angular//...' | xargs bazel test --config=ci
- run: bazel query --output=label '//modules/... union //packages/... union //tools/... union @angular//...' | xargs bazel test --config=ci
- save_cache:
key: *cache_key