Skip to content

Commit

Permalink
woohoo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 29, 2024
1 parent 04a9482 commit 539243c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/actions/setup-postgres-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ runs:

- name: Start the postgres service
shell: bash
run: |
sudo systemctl start postgresql.service
pg_isready
sudo chmod a+x ${{ github.action_path }}/setup_db.sh
sudo -u postgres bash ${{ github.action_path }}/setup_db.sh
run: echo "woohoo"
# sudo systemctl start postgresql.service
# pg_isready
# sudo chmod a+x ${{ github.action_path }}/setup_db.sh
# sudo -u postgres bash ${{ github.action_path }}/setup_db.sh

0 comments on commit 539243c

Please sign in to comment.