From ffe657939d590acd811bc3ea8eafec060ee341a9 Mon Sep 17 00:00:00 2001 From: rezidir Date: Sun, 17 May 2026 12:08:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Jenkinsfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index ed2ad7f..113eef9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -76,16 +76,16 @@ pipeline { } } - stage('Tests') { - steps { - sh 'flutter test --concurrency=1' - } - post { - always { - junit allowEmptyResults: true, testResults: '**/test-results/*.xml' - } - } - } + // stage('Tests') { + // steps { + // sh 'flutter test --concurrency=1' + // } + // post { + // always { + // junit allowEmptyResults: true, testResults: '**/test-results/*.xml' + // } + // } + // } // stage('Build Android') { // when {