From 5e0d3e2e2cf000beaf2c21f14b78388fae12e197 Mon Sep 17 00:00:00 2001 From: Anton Vasiliev Date: Mon, 30 May 2022 22:11:26 +0100 Subject: [PATCH] #15598 - Add 'DATA_POSTGRES_PASS' env variable --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index acce25df85a..9360a774b64 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -353,6 +353,7 @@ jobs: - name: Run Database Tests (Postgres) env: DATA_POSTGRES_USER: postgres + DATA_POSTGRES_PASS: secret DATA_POSTGRES_PORT: ${{ job.services.postgres.ports['5432'] }} DATA_REDIS_PORT: ${{ job.services.redis.ports['6379'] }} DATA_MEMCACHED_PORT: ${{ job.services.memcached.ports['11211'] }}