6b81dc439d
Signed-off-by: Richard Jones <richard@dagger.io>
10 lines
102 B
Bash
10 lines
102 B
Bash
setup() {
|
|
load '../../bats_helpers'
|
|
|
|
common_setup
|
|
}
|
|
|
|
@test "netlify" {
|
|
dagger "do" test
|
|
}
|