707dbd0256
- add new entries for #70 and #74 - cleaned-up / enriched a little bit compute and exec tests Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
14 lines
136 B
CUE
14 lines
136 B
CUE
package testing
|
|
|
|
#dagger: compute: [
|
|
{
|
|
do: "fetch-container"
|
|
ref: "busybox"
|
|
},
|
|
{
|
|
do: "exec"
|
|
args: ["true"]
|
|
dir: "/"
|
|
},
|
|
]
|