From 92dea73d0df70b3d745c6441ebb38b1b7e5408a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=8B=A0=EC=A2=85=ED=99=94?= <77482065+jjongwa@users.noreply.github.com> Date: Tue, 14 Nov 2023 10:37:09 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20Redis=20=EC=BB=A8=ED=85=8C=EC=9D=B4?= =?UTF-8?q?=EB=84=88=20=EC=84=A4=EC=A0=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-CI-test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/backend-CI-test.yml b/.github/workflows/backend-CI-test.yml index b65839ec6..2200df9eb 100644 --- a/.github/workflows/backend-CI-test.yml +++ b/.github/workflows/backend-CI-test.yml @@ -17,6 +17,11 @@ jobs: runs-on: ubuntu-22.04 permissions: pull-requests: write + services: + redis: + image: redis + ports: + - 6379/tcp steps: - name: 레포지토리 체크아웃