More test with mysql
This commit is contained in:
parent
19512e9e8e
commit
52eee6d299
2 changed files with 3 additions and 3 deletions
4
.github/workflows/pythonpackage.yml
vendored
4
.github/workflows/pythonpackage.yml
vendored
|
|
@ -40,8 +40,8 @@ jobs:
|
||||||
character set server: 'utf8mb4'
|
character set server: 'utf8mb4'
|
||||||
collation server: 'utf8mb4_unicode_ci'
|
collation server: 'utf8mb4_unicode_ci'
|
||||||
mysql database: 'evennia'
|
mysql database: 'evennia'
|
||||||
mysql root password: 'password'
|
mysql user: 'evennia'
|
||||||
# mysql password: 'password'
|
mysql password: 'password'
|
||||||
|
|
||||||
# wait for db to activage, get logs from their start
|
# wait for db to activage, get logs from their start
|
||||||
- name: Wait / sleep
|
- name: Wait / sleep
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ DATABASES = {
|
||||||
"init_command": "set collation_connection=utf8mb4_unicode_ci",
|
"init_command": "set collation_connection=utf8mb4_unicode_ci",
|
||||||
},
|
},
|
||||||
"TEST": {
|
"TEST": {
|
||||||
"NAME": "default",
|
"NAME": "evennia",
|
||||||
"OPTIONS": {
|
"OPTIONS": {
|
||||||
"charset": "utf8mb4",
|
"charset": "utf8mb4",
|
||||||
'init_command': 'set collation_connection=utf8mb4_unicode_ci'
|
'init_command': 'set collation_connection=utf8mb4_unicode_ci'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue