fix(build): disable cache for core tests to allow reruns (#2283)
This commit is contained in:
@@ -26,4 +26,8 @@ dependencies {
|
||||
|
||||
tasks.test {
|
||||
exclude("**/tmp/*")
|
||||
|
||||
// disable cache to allow test's rerun,
|
||||
// because most tests are integration and depends on plugins and environment
|
||||
outputs.cacheIf { false }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user