mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
enhance: [skip e2e]debug why no configuration file when docker-compose up (#29890)
#29889 Signed-off-by: Sammy Huang <sammy.huang@zilliz.com>
This commit is contained in:
parent
90984a2cab
commit
61acda4948
21
.github/workflows/main.yaml
vendored
21
.github/workflows/main.yaml
vendored
@ -114,6 +114,11 @@ jobs:
|
|||||||
uses: actions/download-artifact@v4.1.0
|
uses: actions/download-artifact@v4.1.0
|
||||||
with:
|
with:
|
||||||
name: code
|
name: code
|
||||||
|
- name: print working directory
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
pwd
|
||||||
|
ls -lah
|
||||||
- name: Download Caches
|
- name: Download Caches
|
||||||
uses: ./.github/actions/cache
|
uses: ./.github/actions/cache
|
||||||
with:
|
with:
|
||||||
@ -122,6 +127,8 @@ jobs:
|
|||||||
- name: Start Service
|
- name: Start Service
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
pwd
|
||||||
|
ls -lah
|
||||||
docker-compose up -d azurite
|
docker-compose up -d azurite
|
||||||
- name: UT
|
- name: UT
|
||||||
run: |
|
run: |
|
||||||
@ -152,6 +159,11 @@ jobs:
|
|||||||
uses: actions/download-artifact@v4.1.0
|
uses: actions/download-artifact@v4.1.0
|
||||||
with:
|
with:
|
||||||
name: code
|
name: code
|
||||||
|
- name: print working directory
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
pwd
|
||||||
|
ls -lah
|
||||||
- name: Download Caches
|
- name: Download Caches
|
||||||
uses: ./.github/actions/cache
|
uses: ./.github/actions/cache
|
||||||
with:
|
with:
|
||||||
@ -160,6 +172,8 @@ jobs:
|
|||||||
- name: Start Service
|
- name: Start Service
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
pwd
|
||||||
|
ls -lah
|
||||||
docker-compose up -d pulsar etcd minio azurite
|
docker-compose up -d pulsar etcd minio azurite
|
||||||
- name: UT
|
- name: UT
|
||||||
run: |
|
run: |
|
||||||
@ -189,6 +203,11 @@ jobs:
|
|||||||
uses: actions/download-artifact@v4.1.0
|
uses: actions/download-artifact@v4.1.0
|
||||||
with:
|
with:
|
||||||
name: code
|
name: code
|
||||||
|
- name: print working directory
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
pwd
|
||||||
|
ls -lah
|
||||||
- name: Download Caches
|
- name: Download Caches
|
||||||
uses: ./.github/actions/cache
|
uses: ./.github/actions/cache
|
||||||
with:
|
with:
|
||||||
@ -197,6 +216,8 @@ jobs:
|
|||||||
- name: Start Service
|
- name: Start Service
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
pwd
|
||||||
|
ls -lah
|
||||||
docker-compose up -d pulsar etcd minio
|
docker-compose up -d pulsar etcd minio
|
||||||
- name: IntegrationTest
|
- name: IntegrationTest
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user