updating github actions to build all protos

This commit is contained in:
Blake Harnden 2020-01-18 21:23:46 -08:00
parent 0af6a7a620
commit a7764214d2

View file

@ -35,7 +35,7 @@ jobs:
- name: grpc - name: grpc
run: | run: |
cd daemon/proto cd daemon/proto
pipenv run python -m grpc_tools.protoc -I . --python_out=.. --grpc_python_out=.. core/api/grpc/core.proto pipenv run python -m grpc_tools.protoc -I . --python_out=.. --grpc_python_out=.. core/api/grpc/*.proto
- name: test - name: test
run: | run: |
cd daemon cd daemon