diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index cccbf3a1..66698278 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -18,6 +18,8 @@ jobs: services: postgres: image: postgres + env: + POSTGRES_PASSWORD: postgres options: >- --health-cmd pg_isready --health-interval 10s @@ -42,5 +44,7 @@ jobs: DB: postgres DB_HOST: localhost DB_PORT: 5432 + DB_USER: postgres + DB_PASSWORD: postgres run: | python manage.py test