6b81dc439d
Signed-off-by: Richard Jones <richard@dagger.io>
10 lines
140 B
Bash
10 lines
140 B
Bash
setup() {
|
|
load '../../../bats_helpers'
|
|
|
|
common_setup
|
|
}
|
|
|
|
@test "aws/cli" {
|
|
dagger "do" -p ./sts_get_caller_identity.cue verify
|
|
}
|