Skip to content

Commit baec2a4

Browse files
authored
Disable bazel-build-and-test CircleCI job; not yet load bearing (#1750)
1 parent 52c4614 commit baec2a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
- checkout
3535
- node/install-packages:
3636
pkg-manager: yarn
37-
- run: yarn bazel test //...
37+
# Disable bazel build & test temporarily
38+
- run: yarn bazel info
3839
workflows:
3940
build-and-test:
4041
jobs:

0 commit comments

Comments
 (0)