From 3d98e431efa22f820f58b1be50998f6ed126af8b Mon Sep 17 00:00:00 2001 From: Griatch Date: Fri, 21 Oct 2022 01:21:25 +0200 Subject: [PATCH] Do not save test db for coverall CI build --- .github/workflows/github_action_test_suite.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/github_action_test_suite.yml b/.github/workflows/github_action_test_suite.yml index 72b845983e..43b3e4d98b 100644 --- a/.github/workflows/github_action_test_suite.yml +++ b/.github/workflows/github_action_test_suite.yml @@ -107,7 +107,6 @@ jobs: pip install psycopg2-binary==2.8.6 # fix issue for Django 2.2 pip install mysqlclient pip install coveralls - pip install codacy-coverage pip install tblib pip install -e . @@ -131,7 +130,6 @@ jobs: --omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service \ ../bin/unix/evennia test \ --settings=settings \ - --keepdb \ --parallel 4 \ --timing \ evennia