Skip to content

Commit

Permalink
배포 1.1.1
Browse files Browse the repository at this point in the history
Merge pull request #100 from team-crews/dev
  • Loading branch information
jongmee authored Nov 6, 2024
2 parents 5dcd9e1 + 5bbe4ff commit 04ee0b2
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 04ee0b2

Please sign in to comment.