From 8db60a49af80359c57b4c096eed290dd181356e2 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Mon, 29 Jan 2024 18:34:32 -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 6cf22e52..2fcd0f47 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;'