package testing
test1: {
string
#dagger: compute: [
{
do: "fetch-container"
ref: "alpine"
},
do: "exec"
args: ["sh", "-c", """
echo lol1 > /tmp/out
"""]
dir: "/"
always: true
do: "export"
source: "/tmp/out"
format: "string"
]
}
test2: {
echo lol2 > /tmp/out
test3: {
echo lol3 > /tmp/out
test4: {
echo lol4 > /tmp/out
test5: {
echo lol5 > /tmp/out
test6: {
echo lol6 > /tmp/out
test7: {
echo lol7 > /tmp/out
test8: {
echo lol8 > /tmp/out
test9: {
echo lol9 > /tmp/out
test10: {
echo lol10 > /tmp/out