diff options
author | Vitaly Takmazov | 2023-05-06 14:10:51 +0300 |
---|---|---|
committer | vitalyster | 2023-05-09 17:48:44 +0300 |
commit | 6cfe7baef576be84d7042126e0d7bdc777cbbb26 (patch) | |
tree | 7cea641ef47e48094dd72e042003e31bc0086f78 /.github/workflows/ci.yml | |
parent | 813294c7c147abb90dbdc48a62b6d28767114880 (diff) |
CI: change PostgreSQL port
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |