Skip to content

Commit 0989b25

Browse files
committed
tried to fox build
1 parent 5a1d08b commit 0989b25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ jobs:
2929
- name: Run MySQL
3030
run: |
3131
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
3432
sudo systemctl start mysql.service
3533
mysql -e "SET PERSIST binlog_row_metadata = 'FULL';" -uroot -proot
34+
mysql -e tests/Test/dump.sql -uroot -proot
3635
- name: Test
3736
run: |
3837
cd tests/Test

0 commit comments

Comments
 (0)