-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#1824: try-runtime ci checks: Migrations #2023
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few notes on some bits and pieces, but really nice to see that successful action! https://github.com/frequency-chain/frequency/actions/runs/9520722036/job/26246590160
Co-authored-by: Wil Wade <wil.wade@amplica.io>
Co-authored-by: Wil Wade <wil.wade@amplica.io>
|
||
jobs: | ||
check-migrations: | ||
if: github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'change/storage-migration') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if trigger event is a manual dispatch or a label then proceed else skip
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Nice work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Read through changes
make test
passedmake try-runtime-check-migrations-paseo-testnet
[working]
Nice work!
🚢 it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work. I also ran make test
and make try-runtime-check-migrations-paseo-testnet
, works on my machine
Goal
The goal of this PR is to enable try-runtime migraiton checks (
pre-and-post
) in CIDetails
try-runtime-check-migrations-paseo-testnet
to run checks locally against paseoCloses #1824
Discussion
Checklist