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 99db7ed commit 7d07856Copy full SHA for 7d07856
.circleci/config.yml
@@ -47,10 +47,7 @@ jobs:
47
<<: *post_checkout
48
- restore_cache:
49
key: *cache_key
50
-
51
- - run: bazel run @nodejs//:npm install
52
- # TODO(jelbourn): Update this command to run all tests if the Bazel issues have been fixed.
53
- - run: bazel test src/lib/schematics:unit_tests
+ - run: echo "Temporarily disabled until Bazel setup can be fixed"
54
55
- save_cache:
56
0 commit comments