We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7401692 commit 03e5ad3Copy full SHA for 03e5ad3
.github/workflows/tests.yml
@@ -22,7 +22,7 @@ jobs:
22
postgres:
23
image: postgres:10.8
24
ports:
25
- - 5432/tcp
+ - "5432:5432"
26
options: --health-cmd pg_isready --health-interval 5s --health-timeout 5s --health-retries 2
27
28
strategy:
0 commit comments