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 0989b25 commit 1fa07efCopy full SHA for 1fa07ef
.github/workflows/build.yaml
@@ -31,7 +31,7 @@ jobs:
31
cp tests/Test/mysql.cnf ~/.my.cnf
32
sudo systemctl start mysql.service
33
mysql -e "SET PERSIST binlog_row_metadata = 'FULL';" -uroot -proot
34
- mysql -e tests/Test/dump.sql -uroot -proot
+ mysql -uroot -proot < tests/Test/dump.sql
35
- name: Test
36
run: |
37
cd tests/Test
0 commit comments