a80c48f241
Signed-off-by: Richard Jones <richard@dagger.io>
10 lines
135 B
Bash
10 lines
135 B
Bash
setup() {
|
|
load 'helpers'
|
|
|
|
common_setup
|
|
}
|
|
|
|
@test "plan: hello" {
|
|
run dagger --europa up ./plan/hello-europa
|
|
assert_success
|
|
} |