Skip to content

Commit

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

This reverts commit ca45a1c.
  • Loading branch information
franciscojavierarceo authored Jan 6, 2025
1 parent ca45a1c commit 07958f7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pr_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ 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 07958f7

Please sign in to comment.