You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2021/02/25 05:13:20 UTC

[flink-statefun] 02/02: [hotfix] [e2e] Re-enable E2E tests in CI

This is an automated email from the ASF dual-hosted git repository.

tzulitai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git

commit 0dab43a81a02603f3aa0a748272473199b536efd
Author: Tzu-Li (Gordon) Tai <tz...@apache.org>
AuthorDate: Thu Feb 25 13:12:28 2021 +0800

    [hotfix] [e2e] Re-enable E2E tests in CI
---
 .github/workflows/java8-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/java8-build.yml b/.github/workflows/java8-build.yml
index 563ae8e..3cf9fc2 100644
--- a/.github/workflows/java8-build.yml
+++ b/.github/workflows/java8-build.yml
@@ -13,4 +13,4 @@ jobs:
         with:
           java-version: 1.8
       - name: Build
-        run: mvn clean install
\ No newline at end of file
+        run: mvn clean install -Prun-e2e-tests