Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Modify the docker compose command
Browse files Browse the repository at this point in the history
Signed-off-by: binbin lv <[email protected]>
  • Loading branch information
binbinlv committed Aug 6, 2024
1 parent dc92c40 commit 50d3b05
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI_es_milvus2x_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ jobs:
shell: bash
working-directory: deployment/${{ matrix.milvus_2_x_mode }}
run: |
docker-compose up -d
docker compose up -d
bash ../../scripts/check_healthy.sh
docker-compose ps -a
docker compose ps -a
- name: Prepare config
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI_faiss_milvus2x_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
shell: bash
working-directory: deployment/${{ matrix.milvus_2_x_mode }}
run: |
docker-compose up -d
docker compose up -d
bash ../../scripts/check_healthy.sh
docker-compose ps -a
docker compose ps -a
- name: Prepare config
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI_milvus1x_milvus2x_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
shell: bash
working-directory: deployment/${{ matrix.milvus_2_x_mode }}
run: |
docker-compose up -d
docker compose up -d
bash ../../scripts/check_healthy.sh
docker-compose ps -a
docker compose ps -a
- name: Prepare config
shell: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
shell: bash
working-directory: deployment/${{ matrix.milvus_2_x_mode }}
run: |
docker-compose up -d
docker compose up -d
bash ../../scripts/check_healthy.sh
docker-compose ps -a
docker compose ps -a
- name: dump
timeout-minutes: 3
Expand Down

0 comments on commit 50d3b05

Please sign in to comment.