Skip to content

Commit e5e78e5

Browse files
committed
add postgres to ci
1 parent 4dd4dba commit e5e78e5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ jobs:
1616
otp: 27.2
1717
lint: true
1818

19+
services:
20+
postgres:
21+
image: postgres
22+
ports:
23+
- 5432:5432
24+
env:
25+
POSTGRES_PASSWORD: postgres
26+
1927
# A job has any number of steps: we will define them here
2028
# Each dash (-) represents a step. Sometimes we give them a custom name, sometimes we leave it if it's obvious.
2129
steps:

0 commit comments

Comments
 (0)