From 6989641a6c13709365f0ec7fb92f26bc12b29f8b Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Mon, 29 Jan 2024 19:12:50 -0500 Subject: [PATCH] test error message received --- .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 11bae57c..2ffe6e0e 100644 --- a/.github/actions/setup-postgres-linux/action.yml +++ b/.github/actions/setup-postgres-linux/action.yml @@ -21,4 +21,4 @@ runs: - name: Configure the database shell: bash - run: sudo -u postgres psql -c "CREATE DATABASE dbt;" + run: sudo su postgres psql -c "CREATE DATABASE dbt;"