Skip to content

Commit

Permalink
Fix: CI check for missing migrations needs to check meshapi_hooks (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Dickinson authored Feb 19, 2024
1 parent 6606095 commit 5066486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/no_forgoten_migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
DB_PORT: 5432
DJANGO_SECRET_KEY: k7j&!u07c%%97s!^a_6%mh_wbzo*$hl4lj_6c2ee6dk)y9!k88
run: |
python src/manage.py makemigrations meshapi --dry-run # Run extra time for debug output
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"

0 comments on commit 5066486

Please sign in to comment.