Pārlūkot izejas kodu

Use file-based SQLite database when running tests on CircleCI

Sage Abdullah 1 gadu atpakaļ
vecāks
revīzija
bc71a28955
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.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: