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

11 lines
188 B
Plaintext
Raw Normal View History

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