NIFI-11175 Enabled system-tests for framework changes (#6947)

This commit is contained in:
exceptionfactory 2023-02-13 16:07:39 -06:00 committed by GitHub
parent 6542505a50
commit 1014359c64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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: >-