mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 21:36:30 +01:00
Try to fix mysql test access
This commit is contained in:
parent
83414a5725
commit
8bc14a15e1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pythonpackage.yml
vendored
4
.github/workflows/pythonpackage.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
python-version: [3.7, 3.8]
|
||||
# TODO: mysql disabled, not able to connect to it so far
|
||||
TESTING_DB: ['sqlite3', 'postgresql', 'mysql']
|
||||
fail-fast: False
|
||||
# fail-fast: false
|
||||
|
||||
steps:
|
||||
|
||||
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
host port: 3306
|
||||
character set server: 'utf8mb4'
|
||||
collation server: 'utf8mb4_unicode_ci'
|
||||
mysql database: 'evennia'
|
||||
mysql database: 'default'
|
||||
mysql user: 'evennia'
|
||||
mysql password: 'password'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue