Skip to content

Commit f7a03ed

Browse files
PHEE-363 Added gradlew test for @AMSIntegration suite (#140)
1 parent 1c102e1 commit f7a03ed

1 file changed

Lines changed: 19 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,23 @@ jobs:
8888
- run: echo $AWS_PROFILE
8989
- run: echo $AWS_DEFAULT_PROFILE
9090
- run: sh orchestration/deployBpmn.sh
91-
92-
test-chart:
91+
92+
test-chart-gov:
9393
docker:
9494
- image: cimg/openjdk:17.0.0
9595
steps:
9696
- run: git clone https://github.com/openmf/ph-ee-integration-test
9797
- run: cd ph-ee-integration-test && ./gradlew test -Dcucumber.filter.tags="@gov"
9898
- store_test_results:
9999
path: ph-ee-integration-test/build/test-results/test/TEST-org.mifos.integrationtest.TestRunner.xml
100+
test-chart-ams:
101+
docker:
102+
- image: cimg/openjdk:17.0.0
103+
steps:
104+
- run: git clone https://github.com/openmf/ph-ee-integration-test
105+
- run: cd ph-ee-integration-test && ./gradlew test -Dcucumber.filter.tags="@amsIntegration"
106+
- store_test_results:
107+
path: ph-ee-integration-test/build/test-results/test/TEST-org.mifos.integrationtest.TestRunner.xml
100108

101109
workflows:
102110
deploy:
@@ -129,14 +137,21 @@ workflows:
129137
context:
130138
- AWS
131139
- Helm
132-
- slack
133-
- test-chart:
140+
- slack
141+
- test-chart-gov:
134142
requires:
135143
- deploying-bpmns
136144
context:
137145
- AWS
138146
- Helm
139147
- slack
148+
- test-chart-ams:
149+
requires:
150+
- create-secret
151+
context:
152+
- AWS
153+
- Helm
154+
- slack
140155

141156
# - install-helm-chart:
142157
# cluster-name: sit

0 commit comments

Comments
 (0)