Skip to content

Commit ad89f00

Browse files
committed
fix: ci
1 parent eba4454 commit ad89f00

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,10 @@ jobs:
115115

116116
- name: Start MySQL
117117
run: |
118-
brew install [email protected]
119-
120-
brew services start [email protected] -v
118+
brew install mysql
119+
mysql_secure_installation
120+
brew info mysql
121+
brew services restart mysql -v
121122
122123
- name: Checkout
123124
uses: actions/checkout@v4

0 commit comments

Comments
 (0)