From c6756c1e9b58f22bba98e947160f112920d5f77c Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Sat, 27 Jan 2024 17:45:50 -0500 Subject: [PATCH] update script call --- .github/actions/setup-postgres-linux/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/setup-postgres-linux/action.yml b/.github/actions/setup-postgres-linux/action.yml index 944af897..501a9e9e 100644 --- a/.github/actions/setup-postgres-linux/action.yml +++ b/.github/actions/setup-postgres-linux/action.yml @@ -12,6 +12,7 @@ runs: - name: Configure the database run: | pwd - sudo su - postgres "psql -f setup_test_database.sql" + sudo su - postgres "pwd" + sudo su - postgres "psql -f ./setup_test_database.sql" shell: bash working-directory: ./scripts