From 086dd85a83d155f935557307fbc82a7135d49cc4 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Fri, 11 Jun 2021 19:32:36 +0530 Subject: [PATCH] coverage workflow: launch redis --- .github/workflows/coverage.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b5f2cc90..abf68533 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -65,6 +65,9 @@ jobs: profile: minimal override: true + - name: run mcaptcha cache redis instance + run: docker run -d -p 6379:6379 mcaptcha/cache + - name: Run migrations uses: actions-rs/cargo@v1 with: