diff --git a/.github/workflows/vdb-tests.yml b/.github/workflows/vdb-tests.yml index 93b53d5feb..6696704f0a 100644 --- a/.github/workflows/vdb-tests.yml +++ b/.github/workflows/vdb-tests.yml @@ -31,6 +31,12 @@ jobs: with: persist-credentials: false + - name: Free Disk Space + uses: endersonmenezes/free-disk-space@v2 + with: + remove_android: true + remove_dotnet: true + - name: Setup UV and Python uses: ./.github/actions/setup-uv with: @@ -51,14 +57,6 @@ jobs: - name: Expose Service Ports run: sh .github/workflows/expose_service_ports.sh - - name: Set up Vector Stores (ob) - uses: hoverkraft-tech/compose-action@v2.0.2 - with: - compose-file: | - docker/docker-compose.yaml - services: | - oceanbase - - name: Set up Vector Store (TiDB) uses: hoverkraft-tech/compose-action@v2.0.2 with: @@ -82,6 +80,7 @@ jobs: pgvector chroma elasticsearch + oceanbase - name: Check TiDB, Oceanbase Ready run: |