Dev #4

Closed
rezidir wants to merge 6 commits from dev into release
Showing only changes of commit ffe657939d - Show all commits
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 {