Skip to content

Commit

Permalink
no more --ws-external CMD in substrate 71d749c74e43c7a840c94fcbbdd2b0…
Browse files Browse the repository at this point in the history
…172a21d473 (#565)

Co-authored-by: echevrier <edith.chevrier@scs.ch>
  • Loading branch information
echevrier and echevrier committed May 4, 2023
1 parent caf8d84 commit 90418a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:

- name: Run latest node
run: |
docker run -p 9944:9944 -p 9933:9933 -p 30333:30333 parity/substrate:latest --dev --ws-external --rpc-external &
docker run -p 9944:9944 -p 9933:9933 -p 30333:30333 parity/substrate:latest --dev --rpc-external &
- name: Wait until node has started
run: sleep 20s
Expand Down

0 comments on commit 90418a1

Please sign in to comment.