We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6606095 commit 5066486Copy full SHA for 5066486
.github/workflows/no_forgoten_migrations.yaml
@@ -39,6 +39,6 @@ jobs:
39
DB_PORT: 5432
40
DJANGO_SECRET_KEY: k7j&!u07c%%97s!^a_6%mh_wbzo*$hl4lj_6c2ee6dk)y9!k88
41
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'"
+ python src/manage.py makemigrations meshapi meshapi_hooks --dry-run # Run extra time for debug output
+ python src/manage.py makemigrations meshapi meshapi_hooks --dry-run | grep "No changes detected in apps"
44
0 commit comments