Skip to content

Commit

Permalink
swap with real script
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 29, 2024
1 parent 444780a commit 254e3de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-postgres-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ runs:
- name: Configure the database
shell: bash
run: |
sudo chmod +x ./scripts/my-script.sh
sudo -u postgres bash ./scripts/my-script.sh
sudo chmod +x ./scripts/setup_test_database.sql
sudo -u postgres psql -f ./scripts/setup_test_database.sql

0 comments on commit 254e3de

Please sign in to comment.