-
Notifications
You must be signed in to change notification settings - Fork 20
add try-runtime-ci #81
base: main
Are you sure you want to change the base?
Conversation
This test should fail as the the RPC node is not set up. |
* feat: make default image work with stable Rust * fix: label name
As a suggestion: I think rather than repeating the same setup in both environments it'd be worth to create a common setup like in trappist to reduce the size and improve readability. In any case this can definitely be a future improvement, so I leave it up to you. |
* simplify workflow with actions
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 we're now using the try-runtime
standalone binary we should remove the TryRuntime
command, as already done in Trappist. This PR seems like a good place to do so.
[Suggestion] : Could this PR use an additional document inside |
closes #76
This PR makes it so try-runtime will run when a
migration
label is added to a PR.This is considered a template for a try-runtime CI pipeline. In order for this to be fully functional, an RPC node will need to be setup for the project with flags on it to enable large request/response size.