From 8a7c78fd538116ec1754fea479fcc6412c12d190 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 26 Apr 2023 15:04:05 +0200 Subject: [PATCH] Change environment to env --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f6c46f5..d2339cb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: image: 'postgres:latest' ports: - '5432/tcp' - environment: + env: PGPASSWORD: '${POSTGRES_PASSWORD:-postgres}' PGPORT: '${POSTGRES_PORT:-5432}' POSTGRES_DB: main