Skip to content

Commit

Permalink
make the setup script executable
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 27, 2024
1 parent 69f73e6 commit 4a926cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/setup-postgres-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ runs:

- name: Configure the database
run: |
chmod +x ${{ github.action_path }}/setup_db.sh
sudo -u postgres bash ${{ github.action_path }}/setup_db.sh
chmod +x setup_postgres_linux.sh
sudo -u postgres bash setup_postgres_linux.sh
shell: bash
working-directory: ./.github/scripts
File renamed without changes.

0 comments on commit 4a926cf

Please sign in to comment.