Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
[CI] disable spec-version-check and idempotency check
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Feb 12, 2024
1 parent 028363b commit d47a9c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runtime: ${{ steps.runtime.outputs.runtime }}
name: Extract tasks from matrix
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- id: runtime
run: |
# Filter out runtimes that don't have a URI
Expand Down Expand Up @@ -63,6 +63,7 @@ jobs:
cargo build --release -p ${{ matrix.runtime.package }} --features try-runtime -q --locked
- name: Check migrations
# Todo: enable spec-version-check dynamically if we are releasing
run: |
PACKAGE_NAME=${{ matrix.runtime.package }}
RUNTIME_BLOB_NAME=$(echo $PACKAGE_NAME | sed 's/-/_/g').compact.compressed.wasm
Expand All @@ -71,4 +72,5 @@ jobs:
./try-runtime \
--runtime $RUNTIME_BLOB_PATH \
on-runtime-upgrade --checks=pre-and-post \
--disable-spec-version-check --disable-idempotency-checks \
live --uri ${{ matrix.runtime.uri }}

0 comments on commit d47a9c7

Please sign in to comment.