From 453713b45a508f0f3f4ba0d5e4b23166a9069a3e Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Sat, 27 Jan 2024 17:39:53 -0500 Subject: [PATCH] update script call --- .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 e72b549a..1508b50a 100644 --- a/.github/actions/setup-postgres-linux/action.yml +++ b/.github/actions/setup-postgres-linux/action.yml @@ -10,5 +10,5 @@ runs: shell: bash - name: Configure the database - run: sudo su - postgres "psql -f ./scripts/setup_test_database.sql" + run: sudo su - postgres "pwd && psql -f ./scripts/setup_test_database.sql" shell: bash