Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Mar 20, 2024
1 parent 84c2cbf commit e9cd236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:

- name: Setup source database
run: |
echo -e '[client]\ndefault-character-set=utf8\n[mysql]\ndefault-character-set=utf8\n[mysqld]\ncollation-server=utf8_unicode_ci\ncharacter-set-server=utf8' > "$HOME/.my.cnf"
sudo /etc/init.d/mysql start
mysql -uroot -proot -e 'CREATE DATABASE `yiitest`;'
mysql --default-character-set=utf8 -D yiitest -uroot -proot < tests/data/source.sql
Expand Down

0 comments on commit e9cd236

Please sign in to comment.