From eb736657f2d4a2672a10e766844008f8e529a637 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Fri, 26 Jan 2024 17:45:07 -0500 Subject: [PATCH] pass credentials through for postgres setup --- .github/workflows/integration-tests.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index bc471d08..8215e83e 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -25,11 +25,15 @@ jobs: matrix: python-version: ["3.8", "3.9", "3.10", "3.11"] + env: + DBT_INVOCATION_ENV: github-actions + DBT_TEST_USER_1: dbt_test_user_1 + DBT_TEST_USER_2: dbt_test_user_2 + DBT_TEST_USER_3: dbt_test_user_3 + steps: - name: Check out repository uses: actions/checkout@v4 - with: - persist-credentials: false - name: Setup `hatch` uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@config/release