From 68d590ad16a78a88e92d4552439ab98092b7da40 Mon Sep 17 00:00:00 2001 From: Alessandro Siniscalchi Date: Wed, 29 Nov 2023 10:13:27 +0100 Subject: [PATCH] Addition of try-runtime for klaos in build workflow (#222) * add try-runtime for klaos * usinh https and set ip * set names for the jobs * using ws --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 226d2a747..70d534767 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,9 +101,12 @@ jobs: - name: Build run: | cargo build --release --package laos-ownership --features=try-runtime - - name: Try Runtime + - name: Try Runtime for Caladan run: | RUST_LOG=try-runtime ./target/release/laos-ownership try-runtime --runtime ./target/release/wbuild/laos-ownership-runtime/laos_ownership_runtime.wasm on-runtime-upgrade --checks=pre-and-post live --uri ws://161.35.247.178:9944 + - name: Try Runtime for Klaos + run: | + RUST_LOG=try-runtime ./target/release/laos-ownership try-runtime --runtime ./target/release/wbuild/laos-ownership-runtime/laos_ownership_runtime.wasm on-runtime-upgrade --checks=pre-and-post live --uri ws://143.198.248.225:9944 e2e-tests: runs-on: