mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
CI build: Different mysql testing db
This commit is contained in:
parent
694fe8468d
commit
00f70b1eb9
2 changed files with 8 additions and 1 deletions
7
.github/workflows/mysql_settings.py
vendored
7
.github/workflows/mysql_settings.py
vendored
|
|
@ -50,6 +50,13 @@ DATABASES = {
|
|||
"charset": "utf8mb4",
|
||||
"init_command": "set collation_connection=utf8mb4_unicode_ci",
|
||||
},
|
||||
"TEST": {
|
||||
"NAME": "testdb",
|
||||
"OPTIONS": {
|
||||
"charset": "utf8mb4",
|
||||
"init_command": "set collation_connection=utf8mb4_unicode_ci",
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue