fix(compiler): add first bazel test for ng_module
(#19703)
We were missing quite a bit of test coverage, this is the start of recreating it. PR Close #19703
This commit is contained in:
@ -42,6 +42,7 @@ jobs:
|
||||
|
||||
- run: bazel run @yarn//:yarn
|
||||
- run: bazel build packages/...
|
||||
- run: bazel test @angular//...
|
||||
- save_cache:
|
||||
key: angular-{{ .Branch }}-{{ checksum "yarn.lock" }}
|
||||
paths:
|
||||
|
Reference in New Issue
Block a user