From f1702f60d84c9615e13e78769edeeac972a5aaf8 Mon Sep 17 00:00:00 2001 From: "DESKTOP-TJJRH84\\whdgn" Date: Wed, 10 Jan 2024 14:19:10 +0900 Subject: [PATCH] =?UTF-8?q?CD=20redis=20=EC=85=8B=EC=97=85=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CD.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index a7fd9197..a5167998 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -19,7 +19,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - name: 레포 체크아웃 + uses: actions/checkout@v3 + + - name: Redis 셋업 + uses: supercharge/redis-github-action@1.7.0 + with: + redis-version: 7.2 - name: JDK 17 설치 uses: actions/setup-java@v3