mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
enhance: [skip e2e]Revert changes from pr 29890 (#29957)
Revert changes from pr #29890 This reverts commit 61acda49488a5fb0fd6872a604ed6d94bbffc157. Signed-off-by: Sammy Huang <sammy.huang@zilliz.com>
This commit is contained in:
parent
922414c59a
commit
ae4f62ab4b
21
.github/workflows/main.yaml
vendored
21
.github/workflows/main.yaml
vendored
@ -114,11 +114,6 @@ jobs:
|
||||
uses: actions/download-artifact@v4.1.0
|
||||
with:
|
||||
name: code
|
||||
- name: print working directory
|
||||
shell: bash
|
||||
run: |
|
||||
pwd
|
||||
ls -lah
|
||||
- name: Download Caches
|
||||
uses: ./.github/actions/cache
|
||||
with:
|
||||
@ -127,8 +122,6 @@ jobs:
|
||||
- name: Start Service
|
||||
shell: bash
|
||||
run: |
|
||||
pwd
|
||||
ls -lah
|
||||
docker-compose up -d azurite
|
||||
- name: UT
|
||||
run: |
|
||||
@ -159,11 +152,6 @@ jobs:
|
||||
uses: actions/download-artifact@v4.1.0
|
||||
with:
|
||||
name: code
|
||||
- name: print working directory
|
||||
shell: bash
|
||||
run: |
|
||||
pwd
|
||||
ls -lah
|
||||
- name: Download Caches
|
||||
uses: ./.github/actions/cache
|
||||
with:
|
||||
@ -172,8 +160,6 @@ jobs:
|
||||
- name: Start Service
|
||||
shell: bash
|
||||
run: |
|
||||
pwd
|
||||
ls -lah
|
||||
docker-compose up -d pulsar etcd minio azurite
|
||||
- name: UT
|
||||
run: |
|
||||
@ -203,11 +189,6 @@ jobs:
|
||||
uses: actions/download-artifact@v4.1.0
|
||||
with:
|
||||
name: code
|
||||
- name: print working directory
|
||||
shell: bash
|
||||
run: |
|
||||
pwd
|
||||
ls -lah
|
||||
- name: Download Caches
|
||||
uses: ./.github/actions/cache
|
||||
with:
|
||||
@ -216,8 +197,6 @@ jobs:
|
||||
- name: Start Service
|
||||
shell: bash
|
||||
run: |
|
||||
pwd
|
||||
ls -lah
|
||||
docker-compose up -d pulsar etcd minio
|
||||
- name: IntegrationTest
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user