Skip to content

Commit ca45a1c

Browse files
chore: Add Milvus to pr_integration_tests.yml (feast-dev#4891)
* Add Milvus to pr_integration_tests.yml * upgrading to v2.5.1 and removing milvus service key
1 parent c62377b commit ca45a1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr_integration_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ jobs:
9595
run: |
9696
docker pull vishnunair/docker-redis-cluster:latest
9797
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
98102
- name: Test python
99103
if: ${{ always() }} # this will guarantee that step won't be canceled and resources won't leak
100104
env:

0 commit comments

Comments
 (0)