ci: re-enable localstack tests

Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
This commit is contained in:
Guillaume de Rouville
2021-08-31 14:39:45 +02:00
parent fe2845fdfb
commit 74b1ac3632
4 changed files with 29 additions and 25 deletions

View File

@@ -1,3 +1,10 @@
# Instead of setup, this runs only once
setup_file() {
load 'helpers'
setup_localstack
}
setup() {
load 'helpers'
@@ -45,10 +52,9 @@ setup() {
}
@test "aws: ecr/localstack" {
skip "disabled because of inifinit loop"
# skip_unless_local_localstack
skip_unless_local_localstack
# dagger -e aws-ecr-localstack up
dagger -e aws-ecr-localstack up
}
@test "aws: s3" {
@@ -56,10 +62,9 @@ setup() {
}
@test "aws: s3/localstack" {
skip "disabled because of inifinit loop"
# skip_unless_local_localstack
skip_unless_local_localstack
# dagger -e aws-s3-localstack up
dagger -e aws-s3-localstack up
}
@test "aws: eks" {