Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Sep 26, 2024
1 parent 2d07cfa commit f74371a
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/check-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,20 +101,24 @@ jobs:

- name: Run ${{ matrix.runtime.name }} Runtime Checks
#uses: "paritytech/try-runtime-gha@v0.2.0"
#with:
# runtime-package: ${{ matrix.runtime.package }}
# node-uri: ${{ matrix.runtime.uri }}
# checks: ${{ env.CHECKS }}
# extra-args: ${{ env.EXTRA_ARGS }}
env:
EXTRA_FLAGS: ${{ env.EXTRA_FLAGS }}
CHECKS: ${{ env.CHECKS }}
# runtime-package: ${{ matrix.runtime.package }}
# node-uri: ${{ matrix.runtime.uri }}
# checks: ${{ env.CHECKS }}
# extra-args: ${{ env.EXTRA_ARGS }}
run: |
cargo install --git https://github.com/liamaharon/try-runtime-cli --branch liam-runtime-upgrade-mbms
cargo install -q --git https://github.com/liamaharon/try-runtime-cli --branch liam-runtime-upgrade-mbms
cargo build --profile production -p ${{ matrix.runtime.package }} --features try-runtime -q --locked
PACKAGE_NAME=${{ matrix.runtime.package }}
RUNTIME_BLOB_NAME=$(echo $PACKAGE_NAME | sed 's/-/_/g').compact.compressed.wasm
RUNTIME_BLOB_PATH=./target/production/wbuild/$PACKAGE_NAME/$RUNTIME_BLOB_NAME
export RUST_LOG=remote-ext=debug,runtime=debug
echo "Extra args: $EXTRA_ARGS"
# Store the command in a variable so we can log it
COMMAND="try-runtime \
Expand Down

0 comments on commit f74371a

Please sign in to comment.