From 1014359c64ca61a1659accd0eb1551ca4edabba9 Mon Sep 17 00:00:00 2001 From: exceptionfactory Date: Mon, 13 Feb 2023 16:07:39 -0600 Subject: [PATCH] NIFI-11175 Enabled system-tests for framework changes (#6947) --- .github/workflows/system-tests.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index 7808ab00be..30b72249dc 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -23,10 +23,18 @@ on: paths: - '.github/workflows/system-tests.yml' - 'nifi-system-tests/**' + - 'nifi-api/**' + - 'nifi-framework-api/**' + - 'nifi-nar-bundles/nifi-framework-bundle/**' + - 'nifi-stateless/**' pull_request: paths: - '.github/workflows/system-tests.yml' - 'nifi-system-tests/**' + - 'nifi-api/**' + - 'nifi-framework-api/**' + - 'nifi-nar-bundles/nifi-framework-bundle/**' + - 'nifi-stateless/**' env: DEFAULT_MAVEN_OPTS: >-