From eb78747d6804be3a84e10124e92b435cb684d43d Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Fri, 28 Aug 2020 13:11:13 -0700 Subject: [PATCH] this is super dumb, should be the default --- .github/workflows/ruby.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 1d8a1d29..8bdb2ab4 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -26,6 +26,8 @@ jobs: --health-interval 10s --health-timeout 5s --health-retries 5 + ports: + - 6379:6379 steps: - uses: actions/checkout@v2