mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-10 07:54:25 +01:00
Clean to ensure that the tests run.
This commit is contained in:
committed by
Alex Hart
parent
0877d6a25e
commit
5c03608c8f
+7
-2
@@ -71,7 +71,7 @@ subprojects {
|
||||
task qa {
|
||||
group 'Verification'
|
||||
description 'Quality Assurance. Run before pushing'
|
||||
dependsOn 'testReleaseUnitTest', 'lintRelease'
|
||||
dependsOn 'clean', 'testReleaseUnitTest', 'lintRelease'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -79,9 +79,14 @@ subprojects {
|
||||
task qa {
|
||||
group 'Verification'
|
||||
description 'Quality Assurance. Run before pushing.'
|
||||
dependsOn ':Signal-Android:testPlayProdReleaseUnitTest',
|
||||
dependsOn 'clean',
|
||||
':Signal-Android:testPlayProdReleaseUnitTest',
|
||||
':Signal-Android:lintPlayProdRelease',
|
||||
'Signal-Android:ktlintCheck',
|
||||
':libsignal-service:test',
|
||||
':Signal-Android:assemblePlayProdRelease'
|
||||
}
|
||||
|
||||
task clean(type: Delete) {
|
||||
delete rootProject.buildDir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user