tests: move compute tests away
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
13
tests/core/compute/success/simple/main.cue
Normal file
13
tests/core/compute/success/simple/main.cue
Normal file
@@ -0,0 +1,13 @@
|
||||
package testing
|
||||
|
||||
import "alpha.dagger.io/dagger/op"
|
||||
|
||||
#up: [
|
||||
op.#FetchContainer & {
|
||||
ref: "busybox"
|
||||
},
|
||||
op.#Exec & {
|
||||
args: ["true"]
|
||||
dir: "/"
|
||||
},
|
||||
]
|
Reference in New Issue
Block a user