mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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'}}
|
||||
with:
|
||||
host port: 3306
|
||||
character set server: 'utf8mb4'
|
||||
collation server: 'utf8mb4_unicode_ci'
|
||||
# character set server: 'utf8mb4'
|
||||
# collation server: 'utf8mb4_unicode_ci'
|
||||
character set server: 'utf8'
|
||||
collation server: 'utf8_general_ci'
|
||||
default storage engine: 'InnoDB'
|
||||
mysql database: 'evennia'
|
||||
mysql user: 'evennia'
|
||||
mysql password: 'password'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue