Skip to content

Commit

Permalink
adjusting PR based on feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Arceo <[email protected]>
  • Loading branch information
franciscojavierarceo committed Feb 3, 2025
1 parent 956da53 commit e866b06
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pr_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
milvus:
image: milvus
ports:
- 19530:19530
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -99,7 +95,7 @@ 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
- name: Setup Milvus Database
run: |
wget https://github.com/milvus-io/milvus/releases/download/v2.4.20/milvus-standalone-docker-compose.yml -O docker-compose.yml
docker compose up -d
Expand Down

0 comments on commit e866b06

Please sign in to comment.