From a4a056b47104675439e36e8d51a88b43cddf8a2d Mon Sep 17 00:00:00 2001 From: SbloodyS <460888207@qq.com> Date: Tue, 18 Jun 2024 17:46:28 +0800 Subject: [PATCH] fix flaky e2e test --- .github/workflows/e2e.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 9d26a26b96..e89d65c4d0 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -137,7 +137,8 @@ jobs: path: /tmp - name: Load Docker Images run: | - docker load -i /tmp/standalone-image.tar + docker load -i /tmp/standalone-image.tar \ + && rm -f /tmp/standalone-image.tar - name: Run Test run: | ./mvnw -B -f streampark-e2e/pom.xml -am \