We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f278ad commit 63788fdCopy full SHA for 63788fd
.circleci/config.yml
@@ -36,7 +36,6 @@ jobs:
36
# This may be unnecessary once rules_nodejs uses nodejs 8
37
- run: bazel run @nodejs//:npm run postinstall
38
- run: bazel build src/...
39
- - run: bazel test src/...
40
- save_cache:
41
key: material2-{{ .Branch }}-{{ checksum "package-lock.json" }}
42
paths:
src/cdk/coercion/BUILD.bazel
@@ -22,5 +22,6 @@ ts_library(
22
ts_web_test(
23
name = "unit_tests",
24
bootstrap = ["//:web_test_bootstrap_scripts"],
25
+ tags = ["manual"],
26
deps = [":coercion_test_sources"],
27
)
0 commit comments