Skip to content

Commit

Permalink
chore: Add Milvus to pr_integration_tests.yml (#4891)
Browse files Browse the repository at this point in the history
* Add Milvus to pr_integration_tests.yml

* upgrading to v2.5.1 and removing milvus service key
  • Loading branch information
franciscojavierarceo authored Jan 3, 2025
1 parent c62377b commit ca45a1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ jobs:
run: |
docker pull vishnunair/docker-redis-cluster:latest
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
- name: Setup Milvus Cluster
run: |
wget https://github.com/milvus-io/milvus/releases/download/v2.5.1/milvus-standalone-docker-compose.yml -O docker-compose.yml
docker compose up -d
- name: Test python
if: ${{ always() }} # this will guarantee that step won't be canceled and resources won't leak
env:
Expand Down

0 comments on commit ca45a1c

Please sign in to comment.