File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -60,14 +60,17 @@ jobs:
6060 java-version : ' 17'
6161 maven-version : ' 3.9.3'
6262
63- - name : Build Chain running MemoryLeakTest
63+ - name : Build Chain
6464 uses : kiegroup/kie-ci/.ci/actions/build-chain@main
65- env :
66- BUILD_MVN_OPTS_CURRENT : ' -Pmemoryleak-tests'
6765 with :
6866 definition-file : https://raw.githubusercontent.com/${GROUP:kiegroup}/drools-ansible-rulebook-integration/${BRANCH:main}/.ci/pull-request-config.yaml
6967 github-token : " ${{ secrets.GITHUB_TOKEN }}"
7068
69+ - name : Run MemoryLeakTest
70+ run : |
71+ cd kiegroup_drools-ansible-rulebook-integration
72+ mvn test -Pmemoryleak-tests
73+
7174 - name : Run load tests and analyze memory leaks
7275 run : |
7376 cd kiegroup_drools-ansible-rulebook-integration/drools-ansible-rulebook-integration-main
You can’t perform that action at this time.
0 commit comments