From 0aeccd008fcc771c68de965a7b09f1d850e2bd45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Wed, 26 Feb 2025 12:37:05 +0800 Subject: [PATCH] 1 --- .github/workflows/services-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: