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: 레포지토리 체크아웃