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