Skip to content

Commit 03e5ad3

Browse files
committed
#151 - Change ports definition
1 parent 7401692 commit 03e5ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
postgres:
2323
image: postgres:10.8
2424
ports:
25-
- 5432/tcp
25+
- "5432:5432"
2626
options: --health-cmd pg_isready --health-interval 5s --health-timeout 5s --health-retries 2
2727

2828
strategy:

0 commit comments

Comments
 (0)