diff --git a/.github/actions/setup-postgres-linux/action.yml b/.github/actions/setup-postgres-linux/action.yml index ce10eae6..427c3982 100644 --- a/.github/actions/setup-postgres-linux/action.yml +++ b/.github/actions/setup-postgres-linux/action.yml @@ -14,3 +14,7 @@ runs: - name: Configure the database shell: bash run: sudo su - postgres psql -c 'CREATE DATABASE dbt;' + env: + PGUSER: postgres + PGPORT: 5432 + PGHOST: localhost