Skip to content

Commit

Permalink
test add environment variables from script
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 29, 2024
1 parent 793647f commit f807fd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/setup-postgres-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f807fd7

Please sign in to comment.