From 289e55ec524ac09c68b384d526cd1bfa88af87d6 Mon Sep 17 00:00:00 2001 From: Jenny Li Date: Tue, 27 Sep 2022 17:36:54 +0800 Subject: [PATCH] [skip e2e] Remove rebuild env image to decrease failure for download deps (#19481) Signed-off-by: Jenny Li Signed-off-by: Jenny Li --- .github/workflows/main.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 4f1e4b826c..13ee2e27a1 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -69,8 +69,6 @@ jobs: run: | docker-compose up -d pulsar etcd minio - name: Build and UnitTest - env: - CHECK_BUILDER: "1" run: | ./build/builder.sh /bin/bash -c "make check-proto-product && make codecov" - name: Get the status & restart count for containers when ut failed