diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index eac45bb12..46950b452 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -7,6 +7,14 @@ on: jobs: coverage: runs-on: ubuntu-latest + + services: + redis: + image: redis:5.0.7 + ports: + - 6379:6379 + options: --entrypoint redis-server + steps: - uses: actions/checkout@v2