Skip to content

Commit 1fa07ef

Browse files
committed
build
1 parent 0989b25 commit 1fa07ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cp tests/Test/mysql.cnf ~/.my.cnf
3232
sudo systemctl start mysql.service
3333
mysql -e "SET PERSIST binlog_row_metadata = 'FULL';" -uroot -proot
34-
mysql -e tests/Test/dump.sql -uroot -proot
34+
mysql -uroot -proot < tests/Test/dump.sql
3535
- name: Test
3636
run: |
3737
cd tests/Test

0 commit comments

Comments
 (0)