Use in-memory cache for CI tests
This commit is contained in:
1
.github/workflows/django-tests.yml
vendored
1
.github/workflows/django-tests.yml
vendored
@ -47,6 +47,7 @@ jobs:
|
||||
CELERY_BROKER: ""
|
||||
REDIS_BROKER_PORT: 6379
|
||||
REDIS_BROKER_PASSWORD: beep
|
||||
USE_LOCAL_CACHE: true
|
||||
FLOWER_PORT: 8888
|
||||
EMAIL_HOST: "smtp.mailgun.org"
|
||||
EMAIL_PORT: 587
|
||||
|
Reference in New Issue
Block a user