Remove auth from postgres DB during tests
This commit is contained in:
parent
5f4d8828ab
commit
132040c47d
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ test_python:
|
|||
services:
|
||||
- postgres:13-alpine
|
||||
variables:
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
DATABASE_URL: postgres://postgres@postgres/postgres
|
||||
script:
|
||||
- ./manage.py collectstatic --noinput --clear
|
||||
|
|
Loading…
Reference in a new issue