Skip to content

Commit

Permalink
Merge pull request #84 from CoolPeace-yanolza/develop
Browse files Browse the repository at this point in the history
 redis 셋업 수정
  • Loading branch information
whdgns5059 authored Jan 10, 2024
2 parents b9fd330 + b8dd4b9 commit 953e19c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: 레포 체크아웃
uses: actions/checkout@v3

- name: Redis 셋업
uses: supercharge/[email protected]
with:
redis-version: 7.2

- name: JDK 17 설치
uses: actions/setup-java@v3
Expand Down

0 comments on commit 953e19c

Please sign in to comment.