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