forked from AlmightyHak/extensions-source
Update settings.gradle.kts
This commit is contained in:
parent
78b864fc50
commit
1cfee212d7
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 = System.getenv("CI_CHUNK_NUM").toInt()
|
||||
val chunk = 6
|
||||
|
||||
// Loads individual extensions
|
||||
File(rootDir, "src").getChunk(chunk, chunkSize)?.forEach {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue