We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3da0e3 commit af41820Copy full SHA for af41820
.github/workflows/ci.yml
@@ -68,7 +68,13 @@ jobs:
68
MYSQL_ALLOW_EMPTY_PASSWORD: yes
69
ports:
70
- 3306:3306
71
- options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
+ options: >-
72
+ --health-cmd="mysqladmin ping"
73
+ --health-interval=10s
74
+ --health-timeout=5s
75
+ --health-retries=3
76
+ --server-id=100
77
+ --log-bin
78
79
steps:
80
- name: MySQL versions
0 commit comments