Skip to content

Commit e5b34ac

Browse files
authored
Update django.yml
1 parent b816a29 commit e5b34ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
DJANGO_SUPERUSER_USERNAME: admin
4242
DJANGO_SUPERUSER_EMAIL: [email protected]
4343
run: |
44-
python manage.py createsuperuser --no-input
4544
python manage.py migrate
45+
python manage.py createsuperuser --no-input
4646
python manage.py test

0 commit comments

Comments
 (0)