This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/tests/plan.bats
Richard Jones 28cebb1bf0
added test
Signed-off-by: Richard Jones <richard@dagger.io>
2021-12-08 16:24:16 -07:00

11 lines
188 B
Bash

setup() {
load 'helpers'
common_setup
}
@test "plan: hello" {
run dagger --no-cache --europa up ./plan/hello-europa
assert_success
assert_output --partial 'Hello Europa!'
}