Skip to content

Commit 267ba8e

Browse files
authored
fix GHA to make sure MemoryLeakTest to run (#153)
1 parent 2a7623b commit 267ba8e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)