From e5230ab2f23727454895ffdcd12d73595e745640 Mon Sep 17 00:00:00 2001 From: Duta-Sebastian Date: Wed, 15 Jan 2025 13:40:48 +0200 Subject: [PATCH] Adaugat un wait pt init postgres macos --- .github/actions/configure-PostgreSQL/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/configure-PostgreSQL/action.yml b/.github/actions/configure-PostgreSQL/action.yml index 72e6e136..85cc4551 100644 --- a/.github/actions/configure-PostgreSQL/action.yml +++ b/.github/actions/configure-PostgreSQL/action.yml @@ -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