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 30, 2024
1 parent 2ff4167 commit fd3089d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/actions/setup-postgres-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,4 @@ runs:
- name: Configure the database
shell: bash
run: |
sudo su - postgres bash "PGUSER=postgres"
sudo su - postgres bash "export PGUSER"
sudo su - postgres bash "PGPORT=5432"
sudo su - postgres bash "export PGPORT"
sudo su - postgres bash "PGHOST=localhost"
sudo su - postgres bash "export PGHOST"
sudo su - postgres bash "createdb dbt"
run: sudo -u psql -c "CREATE DATABASE dbt;"

0 comments on commit fd3089d

Please sign in to comment.