mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 04:48:26 +08:00
fix(test): use correct aws region for dynamodb (#1093)
Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user