Skip to content

Commit

Permalink
Update PostgreSQL port in ci.yml workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
asteriskzie committed Apr 25, 2024
1 parent ed702ef commit 16570df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
with:
args: -p 5432:5432
args: -p 5432:5432/tcp

test:
name: Test
Expand Down

0 comments on commit 16570df

Please sign in to comment.