From 29fc73f7714ff6b23876b148b7eea9ee696d0614 Mon Sep 17 00:00:00 2001 From: lenape Date: Tue, 5 Aug 2025 15:35:54 +0000 Subject: [PATCH] automated terminal push --- infrastructure/services/Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/infrastructure/services/Jenkinsfile b/infrastructure/services/Jenkinsfile index 3f5c4fe..4bbf301 100644 --- a/infrastructure/services/Jenkinsfile +++ b/infrastructure/services/Jenkinsfile @@ -187,7 +187,9 @@ sonar.terraform.provider.aws=true stage('🧪 Application Tests') { when { - not { params.SKIP_TESTS } + not { + equals expected: true, actual: params.SKIP_TESTS + } } steps { script {