b0c1 commented on code in PR #2915:
URL: https://github.com/apache/fineract/pull/2915#discussion_r1092128990
##########
.github/workflows/build-mariadb.yml:
##########
@@ -52,12 +52,39 @@ jobs:
run: |
./gradlew --no-daemon -q createDB -PdbName=fineract_tenants
./gradlew --no-daemon -q createDB -PdbName=fineract_default
+ - name: Start LocalStack
+ env:
+ AWS_ENDPOINT_URL: http://localhost:4566
+ AWS_ACCESS_KEY_ID: localstack
+ AWS_SECRET_ACCESS_KEY: localstack
+ AWS_REGION: us-east-1
+ run: |
+ echo "Update python pyopenssl"
+ pip install --upgrade pyopenssl
+ echo "Install localstack"
+ pip install localstack awscli-local[ver1] # install LocalStack cli
and awslocal
+ docker pull localstack/localstack # Make sure to pull the
latest version of the image
Review Comment:
It's come from localstack official documentation. It's using the docker but
doesn't pull the image.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]