Skip to content

Commit

Permalink
update script call
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 27, 2024
1 parent afd5001 commit 453713b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-postgres-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 453713b

Please sign in to comment.