From fe5f8b3f0e2c05126e067aeb130be164e2598df9 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 27 Jun 2021 07:04:37 -0700 Subject: [PATCH] Test is passing locally and failing in CI Trying out different yaml params --- .github/workflows/django-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/django-tests.yml b/.github/workflows/django-tests.yml index 9043a89c..80bfa5f7 100644 --- a/.github/workflows/django-tests.yml +++ b/.github/workflows/django-tests.yml @@ -20,7 +20,7 @@ jobs: services: postgres: - image: postgres:13 + image: postgres:12 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: hunter2 @@ -66,4 +66,4 @@ jobs: EMAIL_USE_TLS: true ENABLE_PREVIEW_IMAGES: true run: | - python manage.py test + python manage.py pytest