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: