Skip to content

Commit 01cb458

Browse files
committed
oops
1 parent d84f041 commit 01cb458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
--remote-cluster development \
7575
--remote-url http://127.0.0.1:8899 \
7676
--remote-ws-url ws://127.0.0.1:8900 \
77-
--rpc-port 7799
77+
--rpc-port 7799 &
7878
7979
# Wait for validator to be ready
8080
timeout 20 bash -c 'until curl -s http://localhost:7799 >/dev/null 2>&1; do sleep 1; done'

0 commit comments

Comments
 (0)