dae0ee1d1e
Signed-off-by: Joel Longtine <joel@dagger.io>
10 lines
151 B
Bash
10 lines
151 B
Bash
setup() {
|
|
load '../../../bats_helpers'
|
|
|
|
common_setup
|
|
}
|
|
|
|
@test "aws/cli" {
|
|
dagger "do" -p ./sts_get_caller_identity.cue getCallerIdentity
|
|
}
|