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 5a1d08b commit 0989b25Copy full SHA for 0989b25
.github/workflows/build.yaml
@@ -29,10 +29,9 @@ 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
+ mysql -e tests/Test/dump.sql -uroot -proot
36
- name: Test
37
38
cd tests/Test
0 commit comments