From 196ea011d6f14b6404199c0bca4809dc8c882041 Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Fri, 8 Mar 2024 19:14:23 +0900 Subject: [PATCH] fix ci --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 11a2cce..a249948 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: memcached: image: memcached ports: - - 11211/tcp + - 11211:11211/tcp options: --health-cmd "timeout 5 bash -c 'cat < /dev/null > /dev/tcp/127.0.0.1/11211'" --health-interval 10s --health-timeout 5s --health-retries 5 steps: