Skip to content

Commit 1405ced

Browse files
committed
Removing unsupported 'command'
1 parent f59a434 commit 1405ced

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ jobs:
1717
MYSQL_DATABASE: mysqlreplication_test
1818
ports:
1919
- 3306/tcp
20-
command: [
21-
'--log_bin=binlog',
22-
'--max_binlog_size=8M',
23-
'--binlog_format=row',
24-
'--server-id=1',
25-
'--binlog_rows_query_log_events=ON'
26-
]
2720

2821
steps:
2922
- name: Checkout

0 commit comments

Comments
 (0)