Skip to content

Commit

Permalink
test error message received
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 30, 2024
1 parent d7b46dc commit 8569d4e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/setup-postgres-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ runs:
sudo systemctl start postgresql.service
pg_isready
- name: Can I cd "/home/runner/work/dbt-postgres/dbt-postgres"?
shell: bash
run: |
sudo -u postgres bash -c "pwd"
sudo -u postgres bash -c "ls"
sudo -u postgres bash -c "cd ."
- name: Configure the database
shell: bash
run: sudo -u postgres psql -c "CREATE DATABASE dbt;"

0 comments on commit 8569d4e

Please sign in to comment.