added test

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones
2021-12-08 16:24:16 -07:00
parent 83b10d4031
commit 28cebb1bf0
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
package main
import (
"alpha.dagger.io/dagger/engine"
"alpha.dagger.io/os"
)
engine.#Plan & {
actions: {
sayHello: os.#Container & {
command: "echo Hello Europa!"
}
}
}