Skip to content

Commit

Permalink
#151 - Change ports definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Apr 14, 2024
1 parent 7401692 commit 03e5ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
postgres:
image: postgres:10.8
ports:
- 5432/tcp
- "5432:5432"
options: --health-cmd pg_isready --health-interval 5s --health-timeout 5s --health-retries 2

strategy:
Expand Down

0 comments on commit 03e5ad3

Please sign in to comment.