Skip to content

Commit a38226c

Browse files
committed
chore: add postgres
1 parent 83ff0ba commit a38226c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/test-projects.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@ jobs:
4545
]
4646
otp: ["27.2"]
4747
elixir: ["1.18.1"]
48+
services:
49+
pg:
50+
image: postgres:16
51+
env:
52+
POSTGRES_USER: postgres
53+
POSTGRES_PASSWORD: postgres
54+
POSTGRES_DB: postgres
55+
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
56+
ports: ["5432:5432"]
4857
steps:
4958
- uses: actions/checkout@v2
5059
with:

0 commit comments

Comments
 (0)