We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2ac65 commit cea3279Copy full SHA for cea3279
.github/workflows/config/my.cnf
@@ -0,0 +1,5 @@
1
+[mysqld]
2
+server-id=1
3
+binlog_format=row
4
+log_bin=ON
5
+binlog_rows_query_log_events=ON
.github/workflows/tests.yml
@@ -17,8 +17,8 @@ jobs:
17
MYSQL_DATABASE: mysqlreplication_test
18
ports:
19
- 3306/tcp
20
- options: --log_bin=binlog --server-id=1 --binlog_rows_query_log_events=ON
21
-
+ options: >
+ --mount type=bind,source=${{ github.workspace }}/.github/workflows/config/my.cnf,target=/etc/mysql/conf.d/my.cnf
22
steps:
23
- name: Checkout
24
uses: actions/checkout@v2
0 commit comments