Skip to content

Commit 7f7511e

Browse files
committed
Update ezsql-macos.yml
1 parent b334e95 commit 7f7511e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ezsql-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ 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-
rm /usr/local/var/postgres/postmaster.pid
4746
sudo mkdir /var/pgsql_socket/
4847
sudo ln -s /private/tmp/.s.PGSQL.5432 /var/pgsql_socket/
4948
pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
5049
brew services restart postgresql
5150
- name: Setup PostgreSql Database
5251
run: |
52+
createuser -s postgres
5353
psql -U postgres --command="CREATE USER ez_test PASSWORD 'ezTest'" --command="\du"
5454
createdb --owner=ez_test ez_test
5555
- name: Docker Install SQLServer

0 commit comments

Comments
 (0)