diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a732821..415892a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: -v /tmp/typesense:/data \ typesense/typesense:${{ matrix.typesense-version}} \ --api-key=xyz \ - --data-dir /data \ + --data-dir=/data \ --enable-cors - name: Curl Typesense