e2e test: Fix e2e invalid configuration
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -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] }}
|
||||
|
||||
Reference in New Issue
Block a user