File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 38
38
with :
39
39
tarantool-version : ${{ matrix.tarantool }}
40
40
41
+ # Workaround to avoid issue https://github.com/tarantool/mysql/issues/47.
42
+ - name : Update mysql server config
43
+ run : |
44
+ sudo systemctl restart mysql
45
+
41
46
- name : Prepare test environment
42
47
run : |
43
48
sudo mysql -proot -e "CREATE USER ${MYSQL_USER}@${MYSQL_HOST};"
Original file line number Diff line number Diff line change 36
36
# dependencies when migrating to other OS version.
37
37
run : sudo dpkg -i tarantool*.deb
38
38
39
+ # Workaround to avoid issue https://github.com/tarantool/mysql/issues/47.
40
+ - name : Update mysql server config
41
+ run : |
42
+ sudo systemctl restart mysql
43
+
39
44
- name : Prepare test environment
40
45
run : |
41
46
sudo mysql -proot -e "CREATE USER ${MYSQL_USER}@${MYSQL_HOST};"
You can’t perform that action at this time.
0 commit comments