Skip to content

Commit 5a1d08b

Browse files
committed
tried to fixn the build
1 parent cd61f81 commit 5a1d08b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Run MySQL
3030
run: |
3131
cp tests/Test/mysql.cnf ~/.my.cnf
32+
mkdir /docker-entrypoint-initdb.d
3233
cp tests/Test/dump.sql /docker-entrypoint-initdb.d/dump.sql
3334
sudo systemctl start mysql.service
3435
mysql -e "SET PERSIST binlog_row_metadata = 'FULL';" -uroot -proot

0 commit comments

Comments
 (0)