Implemented universe/aws and universe/aws/cli
Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
11
pkg/universe.dagger.io/aws/test/test.bats
Normal file
11
pkg/universe.dagger.io/aws/test/test.bats
Normal file
@@ -0,0 +1,11 @@
|
||||
setup() {
|
||||
load '../../bats_helpers'
|
||||
|
||||
common_setup
|
||||
}
|
||||
|
||||
@test "aws" {
|
||||
dagger up ./default_version.cue
|
||||
dagger up ./credentials.cue
|
||||
dagger up ./config_file.cue
|
||||
}
|
Reference in New Issue
Block a user