Skip to content

Commit 8d8da8e

Browse files
committed
Update ezsql-macos.yml
1 parent 9b7476e commit 8d8da8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ezsql-macos.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ jobs:
4343
mysql -u root -e "CREATE USER ez_test@localhost IDENTIFIED BY 'ezTest'; GRANT ALL ON ez_test.* TO ez_test@localhost; FLUSH PRIVILEGES;"
4444
- name: Brew Start PostgreSql
4545
run: |
46-
brew services restart postgresql
47-
pg_isready
46+
brew services start postgresql
4847
- name: Setup PostgreSql Database
4948
run: |
5049
psql -U postgres --command="CREATE USER ez_test PASSWORD 'ezTest'" --command="\du"

0 commit comments

Comments
 (0)