Skip to content

Commit

Permalink
Add Redis in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed Feb 28, 2024
1 parent 9061099 commit 296f70a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
ports:
- 5432:5432
redis:
image: redis
options: --health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
ports:
- 6379:6379
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 296f70a

Please sign in to comment.