CI build: Different mysql testing db

This commit is contained in:
Griatch 2023-12-19 00:05:44 +01:00
parent 694fe8468d
commit 00f70b1eb9
2 changed files with 8 additions and 1 deletions

View file

@ -48,7 +48,7 @@ runs:
# collation server: "utf8mb4_unicode_ci"
character set server: "utf8"
collation server: "utf8_general_ci"
mysql database: "evennia"
mysql database: "testdb"
mysql user: "evennia"
mysql password: "password"
mysql root password: root_password