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