Skip to content

Commit

Permalink
Use file-based SQLite database when running tests on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Aug 4, 2023
1 parent 4d870af commit bc71a28
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
pipenv run python -u runtests.py --parallel
DATABASE_NAME=wagtail.db pipenv run python -u runtests.py --parallel
frontend:
docker:
Expand Down

0 comments on commit bc71a28

Please sign in to comment.