feat: remove redis relation in the action config

This commit is contained in:
houseme
2023-09-26 13:15:35 +08:00
parent dab9d682cf
commit 7bf2053e0f
-5
View File
@@ -29,11 +29,6 @@ jobs:
name: Test name: Test
runs-on: ubuntu-latest runs-on: ubuntu-latest
services: services:
redis:
image: redis
ports:
- 6379:6379
options: --entrypoint redis-server
memcached: memcached:
image: memcached image: memcached
ports: ports: