From 6d62bcbd835573fc63e9b543b8f1533edf0ef55b Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 18 May 2020 00:15:59 +0200 Subject: [PATCH] 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. --- .github/workflows/pythonpackage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 9bf146c9ed..145ce09e17 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -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: