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:
sammy.huang 2024-01-12 10:38:51 +08:00 committed by GitHub
parent 90984a2cab
commit 61acda4948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,11 @@ 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:
@ -122,6 +127,8 @@ jobs:
- name: Start Service
shell: bash
run: |
pwd
ls -lah
docker-compose up -d azurite
- name: UT
run: |
@ -152,6 +159,11 @@ 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:
@ -160,6 +172,8 @@ jobs:
- name: Start Service
shell: bash
run: |
pwd
ls -lah
docker-compose up -d pulsar etcd minio azurite
- name: UT
run: |
@ -189,6 +203,11 @@ 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:
@ -197,6 +216,8 @@ jobs:
- name: Start Service
shell: bash
run: |
pwd
ls -lah
docker-compose up -d pulsar etcd minio
- name: IntegrationTest
run: |