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 d84f041 commit 01cb458Copy full SHA for 01cb458
.github/workflows/test.yml
@@ -74,7 +74,7 @@ jobs:
74
--remote-cluster development \
75
--remote-url http://127.0.0.1:8899 \
76
--remote-ws-url ws://127.0.0.1:8900 \
77
- --rpc-port 7799
+ --rpc-port 7799 &
78
79
# Wait for validator to be ready
80
timeout 20 bash -c 'until curl -s http://localhost:7799 >/dev/null 2>&1; do sleep 1; done'
0 commit comments