We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09d030 commit d165969Copy full SHA for d165969
.github/workflows/tests-grpc.yml
@@ -109,7 +109,7 @@ jobs:
109
uses: JarvusInnovations/background-action@v1
110
with:
111
run: ./bin/faithful-cli rpc --listen ":7999" --grpc-listen ":8999" --watch /tmp/$EPOCH.yml &
112
- wait-on: http://localhost:7999/health
+ wait-on: http-get://localhost:7999/health
113
wait-for: 5s
114
115
- name: Run gRPC tests
0 commit comments