We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62377b commit ca45a1cCopy full SHA for ca45a1c
.github/workflows/pr_integration_tests.yml
@@ -95,6 +95,10 @@ jobs:
95
run: |
96
docker pull vishnunair/docker-redis-cluster:latest
97
docker run -d -p 6001:6379 -p 6002:6380 -p 6003:6381 -p 6004:6382 -p 6005:6383 -p 6006:6384 --name redis-cluster vishnunair/docker-redis-cluster
98
+ - name: Setup Milvus Cluster
99
+ run: |
100
+ wget https://github.com/milvus-io/milvus/releases/download/v2.5.1/milvus-standalone-docker-compose.yml -O docker-compose.yml
101
+ docker compose up -d
102
- name: Test python
103
if: ${{ always() }} # this will guarantee that step won't be canceled and resources won't leak
104
env:
0 commit comments