diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26b8526..efb2526 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,12 +32,12 @@ jobs: services: typesense: image: typesense/typesense:${{ matrix.typesense-version }} - options: >- - --health-cmd "curl http://localhost:8108/health" - --health-start-period 10s - --health-interval 10s - --health-timeout 5s - --health-retries 5 + # options: >- + # --health-cmd "curl http://localhost:8108/health" + # --health-start-period 10s + # --health-interval 10s + # --health-timeout 5s + # --health-retries 5 steps: - name: Checkout repo