Обновить Jenkinsfile

This commit is contained in:
2026-05-17 12:08:31 +03:00
parent e180cdf48b
commit ffe657939d
Vendored
+10 -10
View File
@@ -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 {