Update settings.gradle.kts
This commit is contained in:
parent
1cfee212d7
commit
0c2df7e6af
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ if (System.getenv("CI") != "true") {
|
|||
// Running in CI (GitHub Actions)
|
||||
|
||||
val chunkSize = System.getenv("CI_CHUNK_SIZE").toInt()
|
||||
val chunk = 6
|
||||
val chunk = 4
|
||||
|
||||
// Loads individual extensions
|
||||
File(rootDir, "src").getChunk(chunk, chunkSize)?.forEach {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue