diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 586b557d9..00b5d4b62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,8 +156,8 @@ jobs: choco install redis-64 --version 3.0.503 - name: Start Redis Server run: | - redis-server --server-install - redis-server --server-start + redis-server --daemonize yes + redis-cli ping - name: Get pip cache dir id: pip-cache run: |