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 42d8bf7 commit 3453973Copy full SHA for 3453973
.github/workflows/ci.yml
@@ -240,7 +240,7 @@ jobs:
240
241
- name: Run latest node
242
run: |
243
- docker run -p 9944:9944 -p 9933:9933 -p 30333:30333 paritypr/substrate:master-18228a9b --dev --rpc-external &
+ docker run -p 9944:9944 -p 9933:9933 -p 30333:30333 paritypr/substrate:master-178e699c --dev --rpc-external &
244
245
- name: Wait until node has started
246
run: sleep 20s
0 commit comments