Skip to content

Commit af41820

Browse files
committed
Enable binlog
1 parent a3da0e3 commit af41820

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,13 @@ jobs:
6868
MYSQL_ALLOW_EMPTY_PASSWORD: yes
6969
ports:
7070
- 3306:3306
71-
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
71+
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
7278
7379
steps:
7480
- name: MySQL versions

0 commit comments

Comments
 (0)