Skip to content

Commit

Permalink
docs: CI 구성에 레디스 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
eom-tae-in committed Jul 11, 2024
1 parent 6ec0f14 commit 407ea48
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/backend-test-when-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ jobs:
defaults:
run:
working-directory: ./

services:
redis:
image: redis
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 6379:6379

steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
Expand Down

0 comments on commit 407ea48

Please sign in to comment.