Skip to content

Commit

Permalink
test empty script
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 27, 2024
1 parent 0f6ba46 commit 5fc4824
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 @@ -14,5 +14,5 @@ runs:
# shell: bash

- name: Configure the database
run: sudo bash ${{ github.action_path }}/setup_db.sh
run: sudo -u postgres bash ${{ github.action_path }}/setup_db.sh
shell: bash

0 comments on commit 5fc4824

Please sign in to comment.