misc: add migration check when models are modified#124
Conversation
63807ad to
092ac60
Compare
fopina
left a comment
There was a problem hiding this comment.
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.