We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c6b93 commit 80ef7c8Copy full SHA for 80ef7c8
project/Build.scala
@@ -347,7 +347,7 @@ object Build {
347
.withBuildCache(
348
buildCache
349
.withLocal(buildCache.local.withEnabled(true).withStoreEnabled(true))
350
- .withRemote(buildCache.remote.withEnabled(false))
+ .withRemote(buildCache.remote.withEnabled(true).withStoreEnabled(isInsideCI))
351
)
352
.withTestRetry(
353
config.testRetry
0 commit comments