Skip to content

Commit

Permalink
make setup_db.sh executable
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 26, 2024
1 parent d59cbe7 commit b69a91f
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 @@ -7,4 +7,5 @@ runs:
run: |
sudo systemctl start postgresql.service
pg_isready
chmod +x ${{ github.action_path }}/setup_db.sh
sudo -u postgres bash ${{ github.action_path }}/setup_db.sh

0 comments on commit b69a91f

Please sign in to comment.