Skip to content

Commit

Permalink
Update ci-build-proto.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankur19 authored Oct 17, 2023
1 parent fe5d2a6 commit dbd084f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
sudo mv $BAZEL /usr/local/bin/bazel
- name: Build proto/
run: cd proto && bazel build //...
run: cd proto && bazel build //... && bazel test //...

- name: Build bazel/example/
run: cd bazel/example/ && bazel build //...

0 comments on commit dbd084f

Please sign in to comment.