diff --git a/.github/actions/setup-postgres-linux/action.yml b/.github/actions/setup-postgres-linux/action.yml index 2616e61b..944af897 100644 --- a/.github/actions/setup-postgres-linux/action.yml +++ b/.github/actions/setup-postgres-linux/action.yml @@ -10,6 +10,8 @@ runs: shell: bash - name: Configure the database - run: sudo su - postgres "psql -f setup_test_database.sql" + run: | + pwd + sudo su - postgres "psql -f setup_test_database.sql" shell: bash working-directory: ./scripts