diff --git a/.github/workflows/parallel.yml b/.github/workflows/parallel.yml index 31e3675dfb29..3560f2fd95e1 100644 --- a/.github/workflows/parallel.yml +++ b/.github/workflows/parallel.yml @@ -55,7 +55,7 @@ jobs: redis: image: redis ports: - - 6379/tcp + - 6379/6379 options: --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3 steps: @@ -89,6 +89,7 @@ jobs: - name: Copy .env run: | cp .env.ci .env + sed -i 's/REDIS_HOST=127.0.0.1/REDIS_HOST=redis/g' .env - name: Cache dependencies uses: actions/cache@v1