From cbb5dc399855ec949d9e75a269ea3a2c2b07cd06 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Fri, 28 Aug 2020 13:04:42 -0700 Subject: [PATCH] include redis --- .github/workflows/ruby.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index e2ce0b49..1d8a1d29 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -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