For some reason, we are executing tasks that are in definitions. This used to not be the case. Could it be related to FindHidden?
#TestStep: {
input: docker.#Image
output: docker.#Image
run: docker.#Run & {
"input": input
cmd: name: "ls"
}
output: run.output
}
$ dagger up
4:32PM ERR #TestStep.run._exec | failed: invalid FS at path "#TestStep.run._exec.input": FS is not set duration=0s
For some reason, we are executing tasks that are in definitions. This used to not be the case. Could it be related to
FindHidden?