Skip to content

Commit

Permalink
build: remove build-everything job from CircleCI (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
miraleung committed Oct 10, 2020
1 parent 0bc35df commit 085393b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:
command: |
mkdir -p ${TEST_REPORTS_DIR}
echo "Test reports will be stored in ${TEST_REPORTS_DIR}"
- run:
name: Build targets for gapic-generator-java
command: |
cd /tmp/gapic-generator-java
bazel --batch build //src/...
- run:
name: Run unit tests for gapic-generator-java
command: |
Expand Down

0 comments on commit 085393b

Please sign in to comment.