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 a67511c commit c6756c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup-postgres-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c6756c1

Please sign in to comment.