Skip to content

Commit db2ac65

Browse files
committed
Use service options to enable binlog
1 parent d3eb957 commit db2ac65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
MYSQL_DATABASE: mysqlreplication_test
1818
ports:
1919
- 3306/tcp
20+
options: --log_bin=binlog --server-id=1 --binlog_rows_query_log_events=ON
2021

2122
steps:
2223
- name: Checkout

0 commit comments

Comments
 (0)