From a22666ed2d30018b521c8ea04d43a6dfae983c56 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Tue, 25 Apr 2023 14:12:07 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8a15e38..ba4c4776 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,14 +46,15 @@ jobs: services: postgres: image: postgres:latest + user: 'postgres' env: - POSTGRES_PASSWORD: password - POSTGRES_USER: root + POSTGRES_PASSWORD: 'postgres' + POSTGRES_USER: 'postgres' POSTGRES_DB: main - POSTGRES_PORT: '5432' - PGPORT: '5432' + POSTGRES_PORT: '5434' + PGPORT: '5434' ports: - - 5432/tcp + - 5434/tcp options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3 mysql: