mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06: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
357e60dc81
commit
7aa56221e7
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