You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2022/03/16 15:58:25 UTC

[nifi] branch main updated: NIFI-9799 Enabled style checking for nifi-system-tests in ci-workflow

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

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new a0fc7f5  NIFI-9799 Enabled style checking for nifi-system-tests in ci-workflow
a0fc7f5 is described below

commit a0fc7f5e614fc17b67b1082eba6e10bffb5a2df3
Author: Paul Grey <gr...@yahoo.com>
AuthorDate: Tue Mar 15 20:08:38 2022 -0400

    NIFI-9799 Enabled style checking for nifi-system-tests in ci-workflow
    
    This closes #5869
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 .github/workflows/ci-workflow.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml
index 7041aca..9d49ef8 100644
--- a/.github/workflows/ci-workflow.yml
+++ b/.github/workflows/ci-workflow.yml
@@ -44,8 +44,6 @@ env:
     -pl -nifi-registry/nifi-registry-assembly
     -pl -nifi-registry/nifi-registry-toolkit/nifi-registry-toolkit-assembly
     -pl -nifi-stateless/nifi-stateless-assembly
-    -pl -nifi-system-tests
-    -pl -nifi-system-tests/nifi-system-test-suite
     -pl -nifi-toolkit/nifi-toolkit-assembly
 
 concurrency: