1 parent a8ede1d commit 99d0ae5Copy full SHA for 99d0ae5
1 file changed
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
ports:
41
- 3306:3306
42
options: >-
43
- --health-cmd="mysqladmin ping -h 127.0.0.1"
+ --health-cmd="mysqladmin ping -h 127.0.0.1 -u root -p123"
44
--health-interval=10s
45
--health-timeout=5s
46
--health-retries=3
0 commit comments