Skip to content

Commit

Permalink
feat : redis 추가 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoon227 committed Feb 16, 2024
1 parent 0def7e0 commit 63b9b73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
mysql user: 'test'
mysql password: ${{ secrets.DB_PASSWORD }}

- name: Set up Redis
uses: shogo82148/[email protected]

# github action 에서 Gradle dependency 캐시 사용
- name: Cache Gradle packages
uses: actions/cache@v3
Expand Down

0 comments on commit 63b9b73

Please sign in to comment.