trabajo-afectivo/.gitlab/ci/unit/postgresql.yml
Martin Gruner f05f8e2d3c Maintenance: Add support for memcached (via the 'dalli' gem) as Rails cache store.
To activate this, simply specify MEMCACHE_SERVERS=your.server and Zammad will use that as Rails cache store.

See also https://github.com/zammad/zammad/issues/1601
2021-07-02 11:46:37 +00:00

5 lines
105 B
YAML

unit:postgresql:
stage: test
extends:
- .services_postgresql_redis_memcached
- .template_unit