Skip to content

Commit 7d07856

Browse files
authored
Revert CircleCI enabling
1 parent 99db7ed commit 7d07856

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ jobs:
4747
<<: *post_checkout
4848
- restore_cache:
4949
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
50+
- run: echo "Temporarily disabled until Bazel setup can be fixed"
5451

5552
- save_cache:
5653
key: *cache_key

0 commit comments

Comments
 (0)