Skip to content

Commit

Permalink
try to fix try-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
asiniscalchi committed Aug 21, 2024
1 parent df1a051 commit ef1d635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ef1d635

Please sign in to comment.