chore(workflows): update CI

This commit is contained in:
Kristofers Solo
2024-03-23 16:57:25 +02:00
parent c1a4f5d124
commit 3e929e1105
2 changed files with 63 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ DB_PORT="${POSTGRES_PORT:=5432}"
DB_HOST="${POSTGRES_HOST:=localhost}"
if [[ -z "${SKIP_DOCKER}" ]]; then
doas docker run\
docker run\
-e POSTGRES_USER=${DB_USER}\
-e POSTGRES_PASSWORD=${DB_PASSWORD}\
-e POSTGRES_DB=${DB_NAME}\