Activate redis

This commit is contained in:
Philipp 2020-10-18 20:47:03 +02:00
parent 8f0afa6399
commit b4624f87ae
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
3 changed files with 5 additions and 4 deletions

View file

@ -91,6 +91,7 @@ jobs:
MYSQL_PASSWORD: test
MYSQL_USER: test
REDIS_PORT: ${{ job.services.redis.ports[6379] }}
REDIS_HOST: 127.0.0.1
MEMCACHED_PORT: ${{ job.services.memcached.ports[11211] }}
MEMCACHE_PORT: ${{ job.services.memcached.ports[11211] }}