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'] }}