From b5632f4844c243569cebf4de69ba7ed292043bf2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 11 Jan 2023 09:26:58 -0500 Subject: [PATCH] fix test --- .github/workflows/django.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index b6b6d974..12f4158e 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -41,5 +41,5 @@ jobs: PGPASSWORD=admin123 psql template1 -U postgres -h localhost -c 'create extension hstore;' - name: Run Tests run: | - new_data_model=1 python manage.py makemigrations contenttypes auth mastodon users common management catalog journal social legacy - new_data_model=1 python manage.py test + python manage.py makemigrations contenttypes auth mastodon users common management catalog journal social legacy books movies games music collection + python manage.py test