Skip to content

Commit

Permalink
make the file executable
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 29, 2024
1 parent 9f706c1 commit 978c0db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-postgres-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ runs:
run: |
sudo systemctl start postgresql.service
pg_isready
sudo chmod +x ${{ github.action_path }}/setup_db.sh
sudo -u postgres bash ${{ github.action_path }}/setup_db.sh

0 comments on commit 978c0db

Please sign in to comment.