Skip to content

Commit

Permalink
test connection to postgres with debug query
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 29, 2024
1 parent 254e3de commit 55758fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/setup-postgres-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ runs:
- name: Configure the database
shell: bash
run: |
sudo chmod +x ./scripts/setup_test_database.sql
sudo -u postgres psql -f ./scripts/setup_test_database.sql
run: sudo su - postgres psql -c 'select 1 as id'

0 comments on commit 55758fc

Please sign in to comment.