Skip to content

Commit

Permalink
hotfix: cd 워크플로우에 redis 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
jongmee committed Nov 6, 2024
1 parent f7bdded commit 5bbe4ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
mysql user: ${{ secrets.TEST_DB_USERNAME }}
mysql password: ${{ secrets.TEST_DB_PASSWORD }}

- name: Set up Redis
uses: supercharge/[email protected]
with:
redis-port: 36379

- name: Run Test And Create API Documentation
run: ./gradlew openapi3

Expand Down

0 comments on commit 5bbe4ff

Please sign in to comment.