aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-05-06 14:10:51 +0300
committerGravatar vitalyster2023-05-09 17:48:44 +0300
commit6cfe7baef576be84d7042126e0d7bdc777cbbb26 (patch)
tree7cea641ef47e48094dd72e042003e31bc0086f78 /.github
parent813294c7c147abb90dbdc48a62b6d28767114880 (diff)
CI: change PostgreSQL port
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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