Skip to content

Commit ad5a129

Browse files
committed
Update ezsql-macos.yml
1 parent a80aea9 commit ad5a129

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ezsql-macos.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,9 @@ jobs:
3636
brew services start [email protected]
3737
brew link [email protected] --force
3838
mysqld --initialize-insecure
39-
echo '-----'
40-
sudo ls /usr/local/var/mysql/
41-
echo '-----'
42-
sudo ls /usr/local/var/run/
39+
mysql.server start
4340
echo '-----'
4441
sudo ls /var/run/
45-
mysql --help
4642
- name: Setup MySQL Database
4743
run: |
4844
mysql -u root -e "CREATE DATABASE IF NOT EXISTS ez_test;"

0 commit comments

Comments
 (0)