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