Skip to content

Commit e164ac6

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ezsql-macos.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,12 @@ 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]/
4039
echo '-----'
41-
sudo ls /usr/local/Cellar/[email protected]/5.7.32/share/
40+
sudo ls /usr/local/var/
4241
echo '-----'
43-
sudo ls /usr/local/Cellar/[email protected]/5.7.32/bin/
42+
sudo ls /usr/local/etc/
4443
echo '-----'
45-
sudo ls /usr/local/Cellar/[email protected]/5.7.32/lib/
44+
sudo cat /usr/local/etc/my.cnf
4645
mysql --help
4746
- name: Setup MySQL Database
4847
run: |

0 commit comments

Comments
 (0)