From 5d580c4c1782390cec27bb7c965477aa9f557f60 Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 18 Dec 2023 23:34:05 +0100 Subject: [PATCH] More CI testing --- .github/workflows/mysql_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mysql_settings.py b/.github/workflows/mysql_settings.py index b5525dcd74..9d9f618e00 100644 --- a/.github/workflows/mysql_settings.py +++ b/.github/workflows/mysql_settings.py @@ -51,7 +51,7 @@ DATABASES = { "init_command": "set collation_connection=utf8mb4_unicode_ci", }, "TEST": { - "NAME": "evennia", + "NAME": "default", "OPTIONS": { "charset": "utf8mb4", "init_command": "set collation_connection=utf8mb4_unicode_ci",