Skip to content

Commit 24a9086

Browse files
committed
annotate
Signed-off-by: Miguel Martinez Trivino <miguel@chainloop.dev>
1 parent bb297f8 commit 24a9086

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
go mod tidy
3939
git diff --exit-code -- go.mod go.sum
4040
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
41+
# Generate any possible migration from a schema change that way
42+
# 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
4344
- name: Generate migrations
4445
if: ${{ matrix.app == 'controlplane' }}
4546
run: |

0 commit comments

Comments
 (0)