mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
include redis
This commit is contained in:
parent
f3f92c7457
commit
cbb5dc3998
1 changed files with 9 additions and 0 deletions
9
.github/workflows/ruby.yml
vendored
9
.github/workflows/ruby.yml
vendored
|
@ -18,6 +18,15 @@ jobs:
|
|||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
services:
|
||||
redis:
|
||||
image: redis
|
||||
options: >-
|
||||
--health-cmd "redis-cli ping"
|
||||
--health-interval 10s
|
||||
--health-timeout 5s
|
||||
--health-retries 5
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Ruby
|
||||
|
|
Loading…
Reference in a new issue