Skip to content

Commit a8a3096

Browse files
committed
update test.yml to cd into rpc/ intstead of gRPC_sinks
1 parent 99af615 commit a8a3096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ jobs:
6060
6161
- name: gRPC Golang Tests
6262
run: |
63-
cd gRPC_sinks
63+
cd rpc
6464
go generate ./sinks/pb
6565
go test -timeout 20m -failfast -v -coverprofile=profile.cov ./...
6666
6767
- name: gRPC Python Tests
6868
run: |
69-
cd gRPC_sinks
69+
cd rpc
7070
python3 -m grpc_tools.protoc -I sinks/pb --python_out=cmd/pyiceberg_receiver --grpc_python_out=cmd/pyiceberg_receiver sinks/pb/pgwatch.proto
7171
pytest
7272

0 commit comments

Comments
 (0)