From fbc05bfccff2a8de754e8fe864b831843adbd37d Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Mon, 29 Jan 2024 18:35:47 -0500 Subject: [PATCH] test connection to postgres with debug query --- .github/actions/setup-postgres-linux/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-postgres-linux/action.yml b/.github/actions/setup-postgres-linux/action.yml index 2fcd0f47..55aa0947 100644 --- a/.github/actions/setup-postgres-linux/action.yml +++ b/.github/actions/setup-postgres-linux/action.yml @@ -13,4 +13,4 @@ runs: - name: Configure the database shell: bash - run: sudo su - postgres psql -c 'select 1;' + run: sudo su - postgres psql -c "select 1;"