diff --git a/.github/workflows/services-test.yaml b/.github/workflows/services-test.yaml index 1285eb5..bf326ef 100644 --- a/.github/workflows/services-test.yaml +++ b/.github/workflows/services-test.yaml @@ -12,7 +12,7 @@ jobs: services: redissss: image: redis:alpine - options: --name redissss + options: --entrypoint redis-server ports: - 6379:6379 steps: