Skip to content

Commit 99d0ae5

Browse files
committed
fix(ci) add pass to helath check
1 parent a8ede1d commit 99d0ae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
ports:
4141
- 3306:3306
4242
options: >-
43-
--health-cmd="mysqladmin ping -h 127.0.0.1"
43+
--health-cmd="mysqladmin ping -h 127.0.0.1 -u root -p123"
4444
--health-interval=10s
4545
--health-timeout=5s
4646
--health-retries=3

0 commit comments

Comments
 (0)