-
Notifications
You must be signed in to change notification settings - Fork 9
misc: add migration check when models are modified #124
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
Conversation
63807ad to
092ac60
Compare
fopina
left a comment
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.
Maybe we could do it in separate job to avoid doing it in the matrix? Not exactly sure about best way due to missing the docker build but maybe the build should also be out of the matrix?
Get the idea, yea, but that will mean setting a database service just for this purpose. It's acceptable, I guess. |
|
True but it can be kept clean by using yaml anchors (second definition would be just the anchor) |
Not sure if that's going to work: actions/runner#1182 and ChatGPT agrees (😂 ) A bit of copy pasting is acceptable, I guess. |
So it only runs once, without needing to run through all cases in the matrix.

This migration will fail until #123 is merged.