Skip to content

Commit bbd2f6f

Browse files
committed
gha integration tests
1 parent 7316d48 commit bbd2f6f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests-grpc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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"}

0 commit comments

Comments
 (0)