From f3bf7d93c1156ca802262eab7a9f9487336fbd78 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 1 Mar 2023 13:58:34 +0200 Subject: [PATCH] pg action user --- .github/workflows/test-integration-pg.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-integration-pg.yml b/.github/workflows/test-integration-pg.yml index 67b7720401..5335dc0107 100644 --- a/.github/workflows/test-integration-pg.yml +++ b/.github/workflows/test-integration-pg.yml @@ -14,13 +14,13 @@ jobs: TEST_DATABASE_CHARSET: 'utf8' TEST_DATABASE_PORT: '8888' TEST_DATABASE_NAME: integration_test - TEST_DATABASE_USER: root + TEST_DATABASE_USER: postgres TEST_DATABASE_PASSWORD: password services: postgres: image: postgres:15.2 env: - POSTGRES_USER: root + POSTGRES_USER: postgres POSTGRES_PASSWORD: password POSTGRES_DB: integration_test ports: