enhance: [skip e2e]Revert changes from pr 29890 (#29957)

Revert changes from pr #29890

This reverts commit 61acda4948.

Signed-off-by: Sammy Huang <sammy.huang@zilliz.com>
pull/30175/head
sammy.huang 2024-01-22 10:00:55 +08:00 committed by GitHub
parent 922414c59a
commit ae4f62ab4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 21 deletions

View File

@ -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: |