From 892a020bcce07fd7fd2b329dbb399822d894fdbc Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Mon, 24 Oct 2022 11:19:51 +0200 Subject: [PATCH] Setup redis on build --- .github/workflows/build.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e945de957..776adace2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,6 +47,11 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Setup redis + uses: supercharge/redis-github-action@1.4.0 + with: + redis-version: 6 + - name: Set up Ruby uses: ruby/setup-ruby@v1 with: @@ -94,6 +99,11 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Setup redis + uses: supercharge/redis-github-action@1.4.0 + with: + redis-version: 6 + - name: Set up Ruby uses: ruby/setup-ruby@v1 with: