2b3f6e832e
Signed-off-by: Richard Jones <richard@dagger.io>
10 lines
128 B
Bash
10 lines
128 B
Bash
setup() {
|
|
load '../../../bats_helpers'
|
|
|
|
common_setup
|
|
}
|
|
|
|
@test "aws/cli" {
|
|
dagger up ./sts_get_caller_identity.cue
|
|
}
|