Skip to content

Commit

Permalink
docs: Redis 컨테이너 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jjongwa authored Nov 14, 2023
1 parent fe5f625 commit 92dea73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/backend-CI-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
runs-on: ubuntu-22.04
permissions:
pull-requests: write
services:
redis:
image: redis
ports:
- 6379/tcp

steps:
- name: 레포지토리 체크아웃
Expand Down

0 comments on commit 92dea73

Please sign in to comment.