From 61acda49488a5fb0fd6872a604ed6d94bbffc157 Mon Sep 17 00:00:00 2001 From: "sammy.huang" Date: Fri, 12 Jan 2024 10:38:51 +0800 Subject: [PATCH] enhance: [skip e2e]debug why no configuration file when docker-compose up (#29890) #29889 Signed-off-by: Sammy Huang --- .github/workflows/main.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index f6ada56f44..e0b7ed31fa 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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: |