Skip to content

Commit 5066486

Browse files
Fix: CI check for missing migrations needs to check meshapi_hooks (#205)
1 parent 6606095 commit 5066486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/no_forgoten_migrations.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
DB_PORT: 5432
4040
DJANGO_SECRET_KEY: k7j&!u07c%%97s!^a_6%mh_wbzo*$hl4lj_6c2ee6dk)y9!k88
4141
run: |
42-
python src/manage.py makemigrations meshapi --dry-run # Run extra time for debug output
43-
python src/manage.py makemigrations meshapi --dry-run | grep "No changes detected in app 'meshapi'"
42+
python src/manage.py makemigrations meshapi meshapi_hooks --dry-run # Run extra time for debug output
43+
python src/manage.py makemigrations meshapi meshapi_hooks --dry-run | grep "No changes detected in apps"
4444

0 commit comments

Comments
 (0)