Skip to content

Commit

Permalink
turn on persist credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 27, 2024
1 parent 3c9843a commit cdf3548
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit cdf3548

Please sign in to comment.