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