Skip to content

Commit

Permalink
fix runtime path
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon committed Oct 25, 2023
1 parent 6e9fa9b commit 9decbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ jobs:
NO_WEIGHT_WARNINGS_FLAG="--no-weight-warnings"
fi
./try-runtime \
--runtime ./target/release/wbuild/$PACKAGE_NAME/$RUNTIME_BLOB_NAME \
--runtime ./target/production/wbuild/$PACKAGE_NAME/$RUNTIME_BLOB_NAME \
on-runtime-upgrade --checks=pre-and-post $NO_WEIGHT_WARNINGS_FLAG live --uri ${{ matrix.runtime.uri }}

0 comments on commit 9decbb3

Please sign in to comment.