mirror of
https://github.com/apple/pkl.git
synced 2026-04-17 22:19:46 +02:00
Fix fetch depth for gradle-compatibility and java-executables-* CI jobs (#1339)
This commit is contained in:
5
.github/index.pkl
vendored
5
.github/index.pkl
vendored
@@ -86,9 +86,12 @@ local benchmarkJob: SimpleGradleJob = new { command = "bench:jmh" }
|
||||
|
||||
local gradleCompatibilityJob: SimpleGradleJob = new {
|
||||
command = ":pkl-gradle:build :pkl-gradle:compatibilityTestReleases"
|
||||
fetchDepth = 0
|
||||
}
|
||||
|
||||
local buildJavaExecutableJob: BuildJavaExecutableJob = new {}
|
||||
local buildJavaExecutableJob: BuildJavaExecutableJob = new {
|
||||
fetchDepth = 0
|
||||
}
|
||||
|
||||
local buildAndTestJobs: PklJobs = new {
|
||||
...gradleCheckJobs
|
||||
|
||||
Reference in New Issue
Block a user