e2e test: Fix e2e invalid configuration

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-04-29 13:56:16 +02:00
parent 5eaa4197d0
commit 2bad9afe42
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -80,5 +80,5 @@ jobs:
BACKSTAGE_TEST_DISABLE_DOCKER: 1
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_HOST: postgres
POSTGRES_PORT: 5432
POSTGRES_HOST: localhost
POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }}