From f5c9523e5bdbb20a72a6c66c41277367d4c720dc Mon Sep 17 00:00:00 2001 From: HeoSeokMun Date: Fri, 15 Dec 2023 14:13:03 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20github=20build=20redis=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index ce924ff..5620d1a 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -9,6 +9,12 @@ jobs: build: runs-on: ubuntu-latest + services: + redis: + image: redis:latest + ports: + - 6379:6379 + steps: - name: Checkout uses: actions/checkout@v3 @@ -35,4 +41,4 @@ jobs: - name: Build with Gradle run: ./gradlew build - shell: bash \ No newline at end of file + shell: bash