free disk space

pull/20945/head
Bowen Liang 11 months ago
parent bf8ac526c0
commit b4973cf3b2

@ -31,6 +31,12 @@ jobs:
with: with:
persist-credentials: false 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 - name: Setup UV and Python
uses: ./.github/actions/setup-uv uses: ./.github/actions/setup-uv
with: with:
@ -51,14 +57,6 @@ jobs:
- name: Expose Service Ports - name: Expose Service Ports
run: sh .github/workflows/expose_service_ports.sh 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) - name: Set up Vector Store (TiDB)
uses: hoverkraft-tech/compose-action@v2.0.2 uses: hoverkraft-tech/compose-action@v2.0.2
with: with:
@ -82,6 +80,7 @@ jobs:
pgvector pgvector
chroma chroma
elasticsearch elasticsearch
oceanbase
- name: Check TiDB, Oceanbase Ready - name: Check TiDB, Oceanbase Ready
run: | run: |

Loading…
Cancel
Save