make gh use the correct cache

This commit is contained in:
sadnub 2022-04-14 18:20:52 -04:00
parent 4beddc2271
commit 53537e7b3a
1 changed files with 1 additions and 1 deletions

View File

@ -285,6 +285,6 @@ if "GHACTIONS" in os.environ:
CACHES = { CACHES = {
"default": { "default": {
"BACKEND": "django.core.cache.backends.dummy.DummyCache", "BACKEND": "tacticalrmm.cache.TacticalDummyCache",
} }
} }