Disable ssl mode on postgres integration tests

Signed-off-by: kolaente <k@knt.li>
This commit is contained in:
kolaente 2020-02-15 18:36:52 +01:00
parent 889ea56dcf
commit c455c4ae26
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ steps:
VIKUNJA_DATABASE_USER: postgres
VIKUNJA_DATABASE_PASSWORD: vikunjatest
VIKUNJA_DATABASE_DATABASE: vikunjatest
VIKUNJA_DATABASE_SSLMODE: disable
commands:
- make integration-test
depends_on: [ build ]