mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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'
|
||||
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
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue