From 775d50655bdc3fca1bf9977eba577cbc3355502e Mon Sep 17 00:00:00 2001 From: Bhavana Date: Wed, 24 Dec 2025 10:50:30 +0530 Subject: [PATCH] Update pipeline Bhv-pipeline3 --- .../projects/SFTY_Training/pipelines/Bhvpipeline3.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.harness/orgs/default/projects/SFTY_Training/pipelines/Bhvpipeline3.yaml b/.harness/orgs/default/projects/SFTY_Training/pipelines/Bhvpipeline3.yaml index 17b387970..9b7436777 100644 --- a/.harness/orgs/default/projects/SFTY_Training/pipelines/Bhvpipeline3.yaml +++ b/.harness/orgs/default/projects/SFTY_Training/pipelines/Bhvpipeline3.yaml @@ -43,3 +43,10 @@ pipeline: type: branch spec: branch: main + - step: + type: Run + name: Run Tests + identifier: Run_Tests + spec: + shell: Sh + command: mvn test