From 65d624ff70ec8de3e6c6d59eda5a9e633cab930e Mon Sep 17 00:00:00 2001 From: sourabh Date: Tue, 5 Mar 2024 12:23:27 +0530 Subject: [PATCH 1/2] [PHEE-589] Integration test for Bulk Transfer API removal --- src/main/resources/application.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 7a8a8fbe1..e3c2470b1 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -266,3 +266,7 @@ fspconfig: payerfsp1: "wakanda" payerfsp2: "gorilla" + + + + From d8860a070c31c5c1d2f6420eee6f4b8c1a9adbfa Mon Sep 17 00:00:00 2001 From: sourabh Date: Wed, 6 Mar 2024 17:04:37 +0530 Subject: [PATCH 2/2] Run gov test cases only --- .circleci/config.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index aa89477fd..804995063 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -317,17 +317,17 @@ workflows: - AWS - Helm - slack - - test-chart-ams: - requires: - - deploying-bpmns - context: - - AWS - - Helm - - slack - - Ngrok +# - test-chart-ams: +# requires: +# - deploying-bpmns +# context: +# - AWS +# - Helm +# - slack +# - Ngrok - test-chart-gov: requires: - - test-chart-ams + - deploying-bpmns context: - AWS - Helm