try fix test

This commit is contained in:
Your Name 2022-12-28 01:10:46 -05:00
parent a45fdf9edf
commit 552b88cbee

View file

@ -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