tests: add basic cli tests
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
3
tests/cli/nonconcrete/main.cue
Normal file
3
tests/cli/nonconcrete/main.cue
Normal file
@@ -0,0 +1,3 @@
|
||||
package testing
|
||||
|
||||
nonConcrete: string
|
11
tests/cli/simple/main.cue
Normal file
11
tests/cli/simple/main.cue
Normal file
@@ -0,0 +1,11 @@
|
||||
package testing
|
||||
|
||||
import "dagger.io/llb"
|
||||
|
||||
foo: "value"
|
||||
bar: "another value"
|
||||
|
||||
#compute: [
|
||||
llb.#FetchContainer & {ref: "busybox"},
|
||||
llb.#Exec & {args: ["true"]},
|
||||
]
|
Reference in New Issue
Block a user