Skip to content

Commit

Permalink
Addition of try-runtime for klaos in build workflow (#222)
Browse files Browse the repository at this point in the history
* add try-runtime for klaos

* usinh https and set ip

* set names for the jobs

* using ws
  • Loading branch information
asiniscalchi authored Nov 29, 2023
1 parent 95a61a9 commit 68d590a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 68d590a

Please sign in to comment.