mirror of https://github.com/apache/nifi.git
NIFI-11175 Enabled system-tests for framework changes (#6947)
This commit is contained in:
parent
6542505a50
commit
1014359c64
|
@ -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: >-
|
||||
|
|
Loading…
Reference in New Issue