From 6cfe7baef576be84d7042126e0d7bdc777cbbb26 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 6 May 2023 14:10:51 +0300 Subject: CI: change PostgreSQL port --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f88d7d25..93146645 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: postgres: image: postgres ports: - - 5433:5432 + - 5434:5432 env: POSTGRES_DB: juick POSTGRES_USER: juick -- cgit v1.2.3