Skip to content

Commit 6b1ee8e

Browse files
committed
WIP
1 parent f428226 commit 6b1ee8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
env:
116116
MYSQL_ROOT_PASSWORD: password
117117
options: >-
118-
--health-cmd "mysqladmin ping --silent"
118+
--health-cmd "mysqladmin ping --host=127.0.0.1 --silent"
119119
ports:
120120
- "3306:3306"
121121

0 commit comments

Comments
 (0)