Skip to content

Commit

Permalink
Fix Java GRPC symbol in test
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmaen committed Sep 13, 2024
1 parent d54bf36 commit 8b078fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-sample-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
done
echo "Testing GRPC apps"
grpcurl $(get_route go-grpc-test):443 example.Example.Run
grpcurl -proto http2/java-grpc/app/src/main/proto/example.proto $(get_route java-grpc-test):443 Example.Run
grpcurl -proto http2/java-grpc/app/src/main/proto/example.proto $(get_route java-grpc-test):443 example.Example.Run
grpcurl -proto http2/node-grpc/example.proto $(get_route node-grpc-test):443 Example.Run
grpcurl -proto http2/python-grpc/example.proto $(get_route python-grpc-test):443 Example.Run
grpcurl -proto http2/ruby-grpc/example.proto $(get_route ruby-grpc-test):443 Example.Run
Expand Down

0 comments on commit 8b078fb

Please sign in to comment.