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 0893672 commit f09d030Copy full SHA for f09d030
.github/workflows/tests-grpc.yml
@@ -108,7 +108,7 @@ jobs:
108
- name: Start faithful-cli server
109
uses: JarvusInnovations/background-action@v1
110
with:
111
- run: ./bin/faithful-cli rpc --listen ":7999" --grpc-listen ":8999" --watch /tmp/$EPOCH.yml
+ run: ./bin/faithful-cli rpc --listen ":7999" --grpc-listen ":8999" --watch /tmp/$EPOCH.yml &
112
wait-on: http://localhost:7999/health
113
wait-for: 5s
114
0 commit comments