We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd61f81 commit 5a1d08bCopy full SHA for 5a1d08b
.github/workflows/build.yaml
@@ -29,6 +29,7 @@ jobs:
29
- name: Run MySQL
30
run: |
31
cp tests/Test/mysql.cnf ~/.my.cnf
32
+ mkdir /docker-entrypoint-initdb.d
33
cp tests/Test/dump.sql /docker-entrypoint-initdb.d/dump.sql
34
sudo systemctl start mysql.service
35
mysql -e "SET PERSIST binlog_row_metadata = 'FULL';" -uroot -proot
0 commit comments