ci: add missing env variables

This commit is contained in:
Nicolas Meienberger 2023-08-28 21:23:12 +02:00 committed by Nicolas Meienberger
parent f77d3bfbf2
commit 4e6a6b713d

View file

@ -14,6 +14,11 @@ env:
DOMAIN: localhost
LOCAL_DOMAIN: tipi.lan
TIPI_VERSION: 0.0.1
POSTGRES_HOST: localhost
POSTGRES_DBNAME: postgres
POSTGRES_USERNAME: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_PORT: 5433
jobs:
tests: