Skip to content

Commit

Permalink
Disable bazel-build-and-test CircleCI job; not yet load bearing (#1750)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Sep 6, 2022
1 parent 52c4614 commit baec2a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
- checkout
- node/install-packages:
pkg-manager: yarn
- run: yarn bazel test //...
# Disable bazel build & test temporarily
- run: yarn bazel info
workflows:
build-and-test:
jobs:
Expand Down

0 comments on commit baec2a4

Please sign in to comment.