try fix test
This commit is contained in:
parent
a45fdf9edf
commit
552b88cbee
1 changed files with 1 additions and 1 deletions
2
.github/workflows/django.yml
vendored
2
.github/workflows/django.yml
vendored
|
@ -43,5 +43,5 @@ jobs:
|
|||
- name: Run Tests
|
||||
run: |
|
||||
PGPASSWORD=admin123 psql template1 -U postgres -h localhost -c 'create extension hstore;'
|
||||
new_data_model=1 python manage.py makemigrations auth mastodon users books movies games music sync management collection common sync management timeline catalog journal social legacy
|
||||
new_data_model=1 python manage.py makemigrations contenttypes auth mastodon users books movies games music sync management collection common sync management timeline catalog journal social legacy
|
||||
new_data_model=1 python manage.py test
|
||||
|
|
Loading…
Add table
Reference in a new issue