Skip to content

Commit

Permalink
Change port to 5439
Browse files Browse the repository at this point in the history
  • Loading branch information
cxrxixs committed May 11, 2024
1 parent db5e390 commit 4448f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
postgres:
image: postgres
ports:
- 5432:5432
- 5439:5439
env:
POSTGRES_DB: db_test
POSTGRES_PASSWORD: postgres
POSTGRES_PORT: 5432
POSTGRES_PORT: 5439
# set health checks to wait until postgres has started
options: >-
--health-cmd pg_isready
Expand Down

0 comments on commit 4448f0a

Please sign in to comment.