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