Skip to content

Commit

Permalink
feat: Add Redis service to API workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TanookiVerde committed Oct 18, 2024
1 parent 697730e commit 11cfb6d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
redis:
image: redis:7
command: redis-server --appendonly yes
ports:
- "6379:6379"
volumes:
- redis-data:/data
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 11cfb6d

Please sign in to comment.