From 552b88cbeee4aa476b44cd26a61bb533d5a91884 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 28 Dec 2022 01:10:46 -0500 Subject: [PATCH] try fix test --- .github/workflows/django.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index dfe51d98..d92a479a 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -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