Skip to content

Commit

Permalink
Move protos
Browse files Browse the repository at this point in the history
  • Loading branch information
XuanWang-Amos committed Dec 4, 2023
1 parent 0fe75bb commit 037325d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/psm-interop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
run: >
python -m grpc_tools.protoc --proto_path=.
--python_out=. --grpc_python_out=.
protos/empty.proto
protos/messages.proto
protos/test.proto
protos/grpc/testing/empty.proto
protos/grpc/testing/messages.proto
protos/grpc/testing/test.proto
- name: "Run unit tests"
run: python -m tests.unit
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions protos/test.proto → protos/grpc/testing/test.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

syntax = "proto3";

import "protos/empty.proto";
import "protos/messages.proto";
import "protos/grpc/testing/empty.proto";
import "protos/grpc/testing/messages.proto";

package grpc.testing;

Expand Down

0 comments on commit 037325d

Please sign in to comment.