More test with mysql

This commit is contained in:
Griatch 2020-09-19 12:54:32 +02:00
parent 19512e9e8e
commit 52eee6d299
2 changed files with 3 additions and 3 deletions

View file

@ -40,8 +40,8 @@ jobs:
character set server: 'utf8mb4'
collation server: 'utf8mb4_unicode_ci'
mysql database: 'evennia'
mysql root password: 'password'
# mysql password: 'password'
mysql user: 'evennia'
mysql password: 'password'
# wait for db to activage, get logs from their start
- name: Wait / sleep

View file

@ -51,7 +51,7 @@ DATABASES = {
"init_command": "set collation_connection=utf8mb4_unicode_ci",
},
"TEST": {
"NAME": "default",
"NAME": "evennia",
"OPTIONS": {
"charset": "utf8mb4",
'init_command': 'set collation_connection=utf8mb4_unicode_ci'