From 607ef15758418f485532fc381c6bd606287e5922 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Tue, 25 Apr 2023 14:24:28 +0200 Subject: [PATCH] Revert ci.yml changes --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ab3f7e3..79973f0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,10 +51,8 @@ jobs: POSTGRES_PASSWORD: 'postgres' POSTGRES_USER: 'postgres' POSTGRES_DB: main - POSTGRES_PORT: '5433' - PGPORT: '5433' ports: - - 5433/tcp + - 5432/tcp options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3 mysql: