mirror of
https://github.com/apple/pkl.git
synced 2026-03-27 11:31:11 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user