Skip to content

Commit

Permalink
Update go-build-and-test-example.yml
Browse files Browse the repository at this point in the history
compile shared protos
  • Loading branch information
karkunpavan authored Nov 21, 2024
1 parent bfc4b4d commit f756c06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go-build-and-test-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
export PATH=${PATH}:`go env GOPATH`/bin
protoc --go_opt=paths=source_relative integration/common/protos/*.proto --go_out=.
protoc --go_opt=paths=source_relative integration/example/protos/*.proto --go_out=.
protoc --go_opt=paths=source_relative integration/common/shared/protos/*/*.proto --go_out=.
- name: Get the latest dependency versions
working-directory: ./integration/example
Expand Down

0 comments on commit f756c06

Please sign in to comment.