From 3fa38d3e16370a474f9483c3990b12cdf5b333e4 Mon Sep 17 00:00:00 2001 From: Coro <77036902+zignis@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:29:00 +0530 Subject: [PATCH] fix ci --- .github/workflows/ci.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8cd5bae..2361d09 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,6 +30,11 @@ jobs: name: Run tests runs-on: ubuntu-latest needs: lint + services: + redis: + image: redis:7.2.4-alpine + ports: + - 6379:6379 steps: - name: Checkout uses: actions/checkout@v4 @@ -57,4 +62,4 @@ jobs: REDIS_PORT: 6379 SENTRY_DSN: x with: - command: test \ No newline at end of file + command: test