From ae4f62ab4b124e2ed3aa016b79895e726036caee Mon Sep 17 00:00:00 2001 From: "sammy.huang" Date: Mon, 22 Jan 2024 10:00:55 +0800 Subject: [PATCH] enhance: [skip e2e]Revert changes from pr 29890 (#29957) Revert changes from pr #29890 This reverts commit 61acda49488a5fb0fd6872a604ed6d94bbffc157. Signed-off-by: Sammy Huang --- .github/workflows/main.yaml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0e9df3e6a6..e3c245a930 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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: |