Try fixing CI.

This commit is contained in:
Luca Palmieri 2020-12-05 18:45:46 +00:00
parent 5535044e8c
commit b528653dc5

View file

@ -22,6 +22,10 @@ jobs:
services:
postgres:
image: postgres:12
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
POSTGRES_DB: postgres
ports:
- 5432:5432
options: >-