From cdf3548d00fdf79a7dc13217e0108aba147e758a Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Sat, 27 Jan 2024 16:51:03 -0500 Subject: [PATCH] turn on persist credentials --- .github/workflows/integration-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 790b9a22..b7f70c00 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -41,6 +41,8 @@ jobs: steps: - name: Check out repository uses: actions/checkout@v4 + with: + persist-credentials: true - name: Setup `hatch` uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@config/release @@ -54,9 +56,7 @@ jobs: shell: bash - name: Configure the database - run: | - chmod +x setup_postgres_linux.sh - sudo -u postgres bash setup_postgres_linux.sh + run: sudo -u postgres bash setup_postgres_linux.sh shell: bash working-directory: ./.github/scripts