Skip to content

Commit

Permalink
fix: migration in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ljy2855 committed Jan 25, 2024
1 parent 1d0a5e6 commit 9dc1565
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
DJANGO_ALLOWED_HOSTS: ${{ secrets.DJANGO_ALLOWED_HOSTS }}
run: |
cd app
python manage.py makemigrations
python manage.py migrate
python manage.py test

0 comments on commit 9dc1565

Please sign in to comment.