Skip to content

Commit

Permalink
fix: change django migrate to use --noinput (#52)
Browse files Browse the repository at this point in the history
* fix: remove --fake option from django migrate command
  • Loading branch information
alessio-libardi-zupit authored Sep 21, 2023
1 parent 6e11d13 commit 3f82016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django-step-lint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
- name: Django check migrations
run: python manage.py makemigrations ${{ inputs.DJANGO_MIGRATIONS_CHECK_APPS }} --check --dry-run
- name: Django validate migration
run: python manage.py migrate --fake --noinput
run: python manage.py migrate --noinput

0 comments on commit 3f82016

Please sign in to comment.