File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 3838 with :
3939 tarantool-version : ${{ matrix.tarantool }}
4040
41- # Workaround to avoid issue https://github.com/tarantool/mysql/issues/47.
42- - name : Update mysql server config
41+ - name : Restart mysql service
4342 run : |
44- sudo sed -i 's/\[mysqld\]/\[mysqld\]\ncharacter-set-server = utf8/' \
45- /etc/mysql/mysql.conf.d/mysqld.cnf
4643 sudo systemctl restart mysql
4744
4845 - name : Prepare test environment
Original file line number Diff line number Diff line change 3636 # dependencies when migrating to other OS version.
3737 run : sudo dpkg -i tarantool*.deb
3838
39- # Workaround to avoid issue https://github.com/tarantool/mysql/issues/47.
40- - name : Update mysql server config
39+ - name : Restart mysql service
4140 run : |
42- sudo sed -i 's/\[mysqld\]/\[mysqld\]\ncharacter-set-server = utf8/' \
43- /etc/mysql/mysql.conf.d/mysqld.cnf
4441 sudo systemctl restart mysql
4542
4643 - name : Prepare test environment
You can’t perform that action at this time.
0 commit comments