Skip to content

Commit 59c23e2

Browse files
better0fdeadDifferentialOrange
authored andcommitted
workflow: delete charset workaround
Removed workaround from workflows since it is now fixed. Follow up #47
1 parent 1b85446 commit 59c23e2

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/fast_testing.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,8 @@ jobs:
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

.github/workflows/reusable_testing.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,8 @@ jobs:
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

0 commit comments

Comments
 (0)