Adjusting issues for mysql test build
This commit is contained in:
parent
348d4fe255
commit
bf43ba1133
1 changed files with 5 additions and 2 deletions
|
|
@ -38,8 +38,11 @@ jobs:
|
||||||
if: ${{ matrix.TESTING_DB == 'mysql'}}
|
if: ${{ matrix.TESTING_DB == 'mysql'}}
|
||||||
with:
|
with:
|
||||||
host port: 3306
|
host port: 3306
|
||||||
character set server: 'utf8mb4'
|
# character set server: 'utf8mb4'
|
||||||
collation server: 'utf8mb4_unicode_ci'
|
# collation server: 'utf8mb4_unicode_ci'
|
||||||
|
character set server: 'utf8'
|
||||||
|
collation server: 'utf8_general_ci'
|
||||||
|
default storage engine: 'InnoDB'
|
||||||
mysql database: 'evennia'
|
mysql database: 'evennia'
|
||||||
mysql user: 'evennia'
|
mysql user: 'evennia'
|
||||||
mysql password: 'password'
|
mysql password: 'password'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue