mirror of
https://github.com/django/django.git
synced 2025-09-27 12:39:17 +00:00
Fixed database connection for other alias in PostgreSQL tests on GitHub Actions.
This commit is contained in:
parent
e28bd6776d
commit
8709fe61ba
1 changed files with 3 additions and 0 deletions
3
.github/workflows/data/test_postgres.py.tpl
vendored
3
.github/workflows/data/test_postgres.py.tpl
vendored
|
@ -13,5 +13,8 @@ DATABASES = {
|
||||||
"ENGINE": "django.db.backends.postgresql",
|
"ENGINE": "django.db.backends.postgresql",
|
||||||
"USER": "user",
|
"USER": "user",
|
||||||
"NAME": "django2",
|
"NAME": "django2",
|
||||||
|
"PASSWORD": "postgres",
|
||||||
|
"HOST": "localhost",
|
||||||
|
"PORT": 5432,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue