Run a simple eval script (#928)

Execute `1 + 1` instead of eval'ing `circleci.pkl` (might cause
spurious failures due to requirement on network connection).
This commit is contained in:
Daniel Chao
2025-02-04 07:21:57 -08:00
committed by GitHub
parent 9075ca0729
commit aadcccd0fc

View File

@@ -184,7 +184,7 @@ val testStartJavaExecutableOnOtherJdks =
emptyList()
}
val evalTestFlags = arrayOf("eval", "./.circleci/config.pkl")
val evalTestFlags = arrayOf("eval", "-x", "1 + 1", "pkl:base")
fun Exec.useRootDirAndSuppressOutput() {
workingDir = rootProject.layout.projectDirectory.asFile