Skip to content

Commit

Permalink
Update to.0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ggwpez authored Oct 3, 2024
1 parent 0ffdcfe commit a31a03d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/check-runtime-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,10 @@ jobs:

- name: Download CLI
run: |
cargo install -q --git https://github.com/liamaharon/try-runtime-cli --branch liam-runtime-upgrade-mbms
curl -sL https://github.com/paritytech/try-runtime-cli/releases/download/v0.8.0/try-runtime-x86_64-unknown-linux-musl -o try-runtime
chmod +x ./try-runtime
echo "Using try-runtime-cli version:"
try-runtime --version
./try-runtime --version
- name: Get Date
id: get-date
Expand All @@ -123,7 +124,7 @@ jobs:
if: ${{ hashFiles('snapshot.raw') == '' }}
run: |
echo "Creating new snapshot for today (${{ steps.get-date.outputs.today }})"
try-runtime create-snapshot --uri ${{ matrix.uri }} snapshot.raw
./try-runtime create-snapshot --uri ${{ matrix.uri }} snapshot.raw
- name: Build Runtime
run: |
Expand All @@ -136,7 +137,7 @@ jobs:
export RUST_LOG=remote-ext=debug,runtime=debug
echo "---------- Executing on-runtime-upgrade for ${{ matrix.network }} ----------"
time try-runtime ${{ matrix.command_extra_args }} \
time ./try-runtime ${{ matrix.command_extra_args }} \
--runtime ./target/release/wbuild/${{ matrix.package }}/${{ matrix.wasm }} \
on-runtime-upgrade --disable-spec-version-check --checks=all ${{ matrix.subcommand_extra_args }} snap -p snapshot.raw
sleep 5
Expand Down

0 comments on commit a31a03d

Please sign in to comment.