From cc664f7ec814ce96e58f686a3cfd046afeb1daad Mon Sep 17 00:00:00 2001 From: Ayush Mishra Date: Tue, 10 Dec 2024 07:14:58 +0530 Subject: [PATCH] Update ci.yaml Minor refactoring in try-runtime ci to run CI against mainnet environment --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 46c7b039c..52d7c26e3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,7 +58,7 @@ jobs: - name: Check Try-Runtime run: | try-runtime --runtime ./target/release/wbuild/cere-runtime/cere_runtime.compact.compressed.wasm \ - on-runtime-upgrade --disable-idempotency-checks live --uri wss://archive.testnet.cere.network:443 + on-runtime-upgrade --disable-idempotency-checks live --uri wss://archive.mainnet.cere.network:443 - name: Run dev chain run: | timeout --preserve-status 30s ./target/release/cere --dev