Test is passing locally and failing in CI

Trying out different yaml params
This commit is contained in:
Mouse Reeve 2021-06-27 07:04:37 -07:00
parent 3238be4748
commit fe5f8b3f0e

View file

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