mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 13:26:30 +01:00
Disabling github action for the mysql test for now
At this time the mysql database spun up by github actions is not possible to connect to once evennia starts. It's unclear why this is.
This commit is contained in:
parent
3e87b85bc6
commit
6d62bcbd83
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pythonpackage.yml
vendored
3
.github/workflows/pythonpackage.yml
vendored
|
|
@ -16,7 +16,8 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
python-version: [3.7, 3.8]
|
||||
TESTING_DB: ['sqlite3', 'postgresql', 'mysql']
|
||||
# TODO: mysql disabled, not able to connect to it so far
|
||||
TESTING_DB: ['sqlite3', 'postgresql'] # , 'mysql']
|
||||
fail-fast: False
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue