Dev #4
Vendored
+10
-10
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user