Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mathis2003 authored Mar 14, 2024
1 parent 1a42255 commit de3cf64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
DB_ENGINE: ${{secrets.DB_ENGINE}}

run: |
python manage.py flush
yes | python manage.py flush
python manage.py makemigrations api
python manage.py migrate api
python manage.py test

0 comments on commit de3cf64

Please sign in to comment.