Skip to content

Commit

Permalink
grant access to the file for postgres user
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 28, 2024
1 parent 73ca781 commit c61e99e
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 @@ -20,7 +20,7 @@ runs:

- name: Configure the database
shell: bash
run: sudo -u postgres psql -f setup_test_database.sql
run: sudo -u postgres psql -f ./setup_test_database.sql
working-directory: ./scripts

# - name: Configure the database
Expand Down

0 comments on commit c61e99e

Please sign in to comment.