File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 - name : Start faithful-cli server
109109 uses : JarvusInnovations/background-action@v1
110110 with :
111- run : ./bin/faithful-cli rpc --listen ":7999" --grpc-listen ":8999" --watch /tmp/$EPOCH.yml &
111+ run : ./bin/faithful-cli -v=2 rpc --listen ":7999" --grpc-listen ":8999" -vv --watch /tmp/$EPOCH.yml &
112112 wait-on : http-get://localhost:7999/health
113113 wait-for : 5s
114114
@@ -118,6 +118,8 @@ jobs:
118118 getTxSig="3qEUUW9fKaZpECvJ87QfZMyVMQjR1GBKnuCDqJMCgxw1sCzrWSU6q5ydEiX1JEJPbQDGaNoxULxmCW6f4mAnNRo2"
119119 getBlock=1
120120 Address="Vote111111111111111111111111111111111111111"
121+
122+ sleep 1s
121123
122124 curl localhost:7999 -H "Content-Type: application/json" -d '
123125 {"jsonrpc":"2.0","id":1, "method":"getVersion"}
You can’t perform that action at this time.
0 commit comments