Skip to content

Commit e81313f

Browse files
authored
fix:update ci (#59)
* fix: remove lifecycle flag * take two * fix: update flow * oops
1 parent ac55c96 commit e81313f

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/test-examples.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,9 @@ jobs:
6969
sudo sysctl fs.inotify.max_user_instances=1280
7070
sudo sysctl fs.inotify.max_user_watches=655360
7171
RUST_LOG=info ephemeral-validator \
72-
--accounts-lifecycle ephemeral \
73-
--remote-cluster development \
74-
--remote-url http://127.0.0.1:8899 \
75-
--remote-ws-url ws://127.0.0.1:8900 \
76-
--rpc-port 7799 &
72+
--remotes "http://localhost:8899" \
73+
--remotes "ws://localhost:8900" \
74+
-l "127.0.0.1:7799" &
7775
7876
# Wait for validator to be ready
7977
timeout 20 bash -c 'until curl -s http://localhost:7799 >/dev/null 2>&1; do sleep 1; done'

0 commit comments

Comments
 (0)