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 8569d4e commit d792247
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup-postgres-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ runs:
shell: bash
run: |
sudo systemctl start postgresql.service
pg_isready
pg_isready -h localhost -p 5432 -u postgres
- 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 ."
sudo -u postgres bash -c "pwd"
- name: Configure the database
shell: bash
Expand Down

0 comments on commit d792247

Please sign in to comment.