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.
Files
dagger/tests/plan.bats
2021-12-09 11:30:15 -07:00

10 lines
146 B
Bash

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