diff --git a/.github/workflows/data/test_postgres.py.tpl b/.github/workflows/data/test_postgres.py.tpl index 8fbe8c0e6e..e121946d3f 100644 --- a/.github/workflows/data/test_postgres.py.tpl +++ b/.github/workflows/data/test_postgres.py.tpl @@ -13,5 +13,8 @@ DATABASES = { "ENGINE": "django.db.backends.postgresql", "USER": "user", "NAME": "django2", + "PASSWORD": "postgres", + "HOST": "localhost", + "PORT": 5432, }, }