Skip to content

Commit

Permalink
add redis to github worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gussf committed Jun 4, 2024
1 parent 12baa68 commit 8aa1648
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ jobs:
--health-retries 5
statsd:
image: hopsoft/graphite-statsd
redis:
image: redis:6.0.9-alpine
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
steps:
- uses: actions/checkout@v2
- name: Set up go vendor cache
Expand Down

0 comments on commit 8aa1648

Please sign in to comment.