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