tests: move llb tests into tests/llb
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
12
tests/llb/exec/undefined/with_pkg_mandatory/main.cue
Normal file
12
tests/llb/exec/undefined/with_pkg_mandatory/main.cue
Normal file
@@ -0,0 +1,12 @@
|
||||
package testing
|
||||
|
||||
import (
|
||||
"dagger.io/nonoptional"
|
||||
)
|
||||
|
||||
#compute: [
|
||||
{
|
||||
do: "load",
|
||||
from: nonoptional
|
||||
},
|
||||
]
|
Reference in New Issue
Block a user