Skip to content

Commit b44a48a

Browse files
committed
Update ezsql-macos.yml
1 parent 1781b28 commit b44a48a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ezsql-macos.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,14 @@ jobs:
3636
brew services start [email protected]
3737
brew link [email protected] --force
3838
mysqld --initialize-insecure
39-
sudo ls /usr/local/Cellar/[email protected]/5.7.32/
40-
sudo cat /usr/local/Cellar/[email protected]/5.7.32/my.cnf
39+
sudo ls /usr/local/Cellar/[email protected]/
40+
echo '-----'
41+
sudo ls /usr/local/Cellar/[email protected]/5.7.32/share/
42+
echo '-----'
43+
sudo ls /usr/local/Cellar/[email protected]/5.7.32/bin/
44+
echo '-----'
45+
sudo ls /usr/local/Cellar/[email protected]/5.7.32/lib/
46+
mysql --help
4147
- name: Setup MySQL Database
4248
run: |
4349
mysql -u root -e "CREATE DATABASE IF NOT EXISTS ez_test;"

0 commit comments

Comments
 (0)