Adding tests
Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
This commit is contained in:
15
examples/tests/compute/simple/main.cue
Normal file
15
examples/tests/compute/simple/main.cue
Normal file
@@ -0,0 +1,15 @@
|
||||
package testing
|
||||
|
||||
#dagger: {
|
||||
compute: [
|
||||
{
|
||||
do: "fetch-container"
|
||||
ref: "alpine"
|
||||
},
|
||||
{
|
||||
do: "exec"
|
||||
args: ["true"]
|
||||
dir: "/"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user