We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb297f8 commit 24a9086Copy full SHA for 24a9086
.github/workflows/test.yml
@@ -38,8 +38,9 @@ jobs:
38
go mod tidy
39
git diff --exit-code -- go.mod go.sum
40
41
- # Generate any possible migration from a schema change
42
- # The idea is to make sure that this file has been generated and checked in in advance
+ # Generate any possible migration from a schema change that way
+ # we can detect any migration file that has not been checked in to git
43
+ # This could happen if the developer ran make generate but didn't run make migration_new
44
- name: Generate migrations
45
if: ${{ matrix.app == 'controlplane' }}
46
run: |
0 commit comments