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