Skip to content

Commit

Permalink
Added redis in django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frasanz committed Oct 12, 2024
1 parent 6ee41dd commit 212ca91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
ports:
- 5432:5432
options: --health-cmd=pg_isready --health-interval=10s --health-timeout=5s --health-retries=5
redis:
image: redis
ports:
- 6379:6379
options: --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=5
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 212ca91

Please sign in to comment.