Skip to content

Commit 58f35ed

Browse files
committed
fix: swithcing try-runtime check to rpc node
1 parent 4b57d48 commit 58f35ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
- name: Check Try-Runtime
155155
run: |
156156
try-runtime --runtime ./target/release/wbuild/cere-dev-runtime/cere_dev_runtime.compact.compressed.wasm \
157-
on-runtime-upgrade --disable-idempotency-checks --blocktime 6000 live --uri wss://archive.devnet.cere.network:443
157+
on-runtime-upgrade --disable-idempotency-checks --blocktime 6000 live --uri wss://rpc.devnet.cere.network:443
158158
159159
clippy:
160160
name: Run Clippy

0 commit comments

Comments
 (0)