Skip to content

Commit 52a4ec9

Browse files
committed
Update ezsql-macos.yml
1 parent a7120f7 commit 52a4ec9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ezsql-macos.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@ jobs:
2929
extensions: mbstring, fileinfo, mysqli, pdo_mysql, pgsql, pdo_pgsql, sqlite3, pdo_sqlite, sqlsrv, pdo_sqlsrv, xdebug
3030
coverage: xdebug
3131
- name: Brew Install MySQL
32-
run: brew install [email protected]
32+
run: |
33+
brew install [email protected]
34+
mkdir /usr/local/var/mysql
35+
chmod 777 mkdir /usr/local/var/mysql
36+
brew postinstall [email protected]
3337
- name: Brew Start MySQL
3438
run: |
3539
brew services start [email protected]
3640
brew link [email protected] --force
37-
mysqld --initialize
38-
mysql -V
3941
- name: Setup MySQL Database
4042
run: |
4143
mysql -u root -e "CREATE DATABASE IF NOT EXISTS ez_test;"

0 commit comments

Comments
 (0)