From bc71a289554c5532c0276357dfc040f416d1e6a3 Mon Sep 17 00:00:00 2001 From: Sage Abdullah Date: Fri, 4 Aug 2023 09:45:51 +0100 Subject: [PATCH] Use file-based SQLite database when running tests on CircleCI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 14da15bfab57..d05e37d0c8a7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,7 +30,7 @@ jobs: no_output_timeout: 30m command: | export PYTHONUNBUFFERED=1 - pipenv run python -u runtests.py --parallel + DATABASE_NAME=wagtail.db pipenv run python -u runtests.py --parallel frontend: docker: