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:
|
services:
|
||||||
- postgres:13-alpine
|
- postgres:13-alpine
|
||||||
variables:
|
variables:
|
||||||
|
POSTGRES_HOST_AUTH_METHOD: trust
|
||||||
DATABASE_URL: postgres://postgres@postgres/postgres
|
DATABASE_URL: postgres://postgres@postgres/postgres
|
||||||
script:
|
script:
|
||||||
- ./manage.py collectstatic --noinput --clear
|
- ./manage.py collectstatic --noinput --clear
|
||||||
|
|
Loading…
Reference in a new issue