Skip to content

Commit

Permalink
Revert "Use file-based SQLite database when running tests on CircleCI"
Browse files Browse the repository at this point in the history
This reverts commit bc71a28.
  • Loading branch information
laymonage committed Aug 4, 2023
1 parent bc71a28 commit 47e2705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 47e2705

Please sign in to comment.