Initial pass at engine.#Scratch - failing

Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine
2021-12-21 09:16:33 -07:00
parent 262020d709
commit 75d5ab8f01
5 changed files with 71 additions and 0 deletions

View File

@@ -88,3 +88,8 @@ setup() {
"$DAGGER" --europa up ./build_auth.cue
}
@test "task: #Scratch" {
cd "$TESTDIR"/tasks/scratch
"$DAGGER" --europa up ./scratch.cue -l debug
}