fix(test): use correct aws region for dynamodb (#1093)

Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
This commit is contained in:
peusebiu
2023-01-09 19:04:56 +02:00
committed by GitHub
parent 08a8b3d44c
commit f69b104838
2 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -72,8 +72,8 @@ jobs:
- if: matrix.os == 'linux' && matrix.arch == 'amd64'
name: Setup localstack service
run: |
pip install localstack # install LocalStack cli
docker pull localstack/localstack # Make sure to pull the latest version of the image
pip install localstack # Install LocalStack cli
docker pull localstack/localstack:1.3 # Make sure to pull the latest version of the image
localstack start -d # Start LocalStack in the background
echo "Waiting for LocalStack startup..." # Wait 30 seconds for the LocalStack container