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 {