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
2
.github/actions/setup-database/action.yml
vendored
2
.github/actions/setup-database/action.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue