make gh use the correct cache
This commit is contained in:
parent
4beddc2271
commit
53537e7b3a
|
@ -285,6 +285,6 @@ if "GHACTIONS" in os.environ:
|
|||
|
||||
CACHES = {
|
||||
"default": {
|
||||
"BACKEND": "django.core.cache.backends.dummy.DummyCache",
|
||||
"BACKEND": "tacticalrmm.cache.TacticalDummyCache",
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue