Skip to content

Commit

Permalink
Adaugat un wait pt init postgres macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Duta-Sebastian committed Jan 15, 2025
1 parent 8e3baee commit e5230ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/configure-PostgreSQL/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ runs:
run: |
brew install postgresql
brew services start postgresql@14
sleep 5
psql postgres -c "CREATE USER $DATABASE_USER WITH CREATEDB PASSWORD '${DATABASE_PASSWORD}';"
bash ./scripts/configure_postgres.sh
Expand Down

0 comments on commit e5230ab

Please sign in to comment.