From ef1d635d5010c2c723cccb9665cf929659d50150 Mon Sep 17 00:00:00 2001 From: Alessandro Siniscalchi Date: Wed, 21 Aug 2024 11:10:02 +0200 Subject: [PATCH] try to fix try-runtime --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5cee46c1..d65d8de8c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,7 +99,7 @@ jobs: cargo build --release --locked --package laos --features=try-runtime - name: Try Runtime for Laos Omega run: | - RUST_LOG=try-runtime ./target/release/laos try-runtime --runtime ./target/release/wbuild/laos-runtime/laos_runtime.wasm on-runtime-upgrade --checks=pre-and-post live --uri ws://174.138.104.13:9944 + RUST_LOG=try-runtime ./target/release/laos try-runtime --runtime ./target/release/wbuild/laos-runtime/laos_runtime.wasm on-runtime-upgrade --checks=pre-and-post live --uri ws://159.223.241.51:9944 e2e-tests: runs-on: