swap localstorage to ministack

This commit is contained in:
Stan
2026-08-14 04:24:25 +02:00
parent 1941f1e3f0
commit 73c35cb5c7
4 changed files with 29 additions and 31 deletions
+18
View File
@@ -68,6 +68,19 @@ jobs:
ports:
- 6379:6379
options: --entrypoint redis-server
aws:
image: redis
env:
SERVICES: sqs
MINISTACK_HOST: aws
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:4566/_ministack/ready"]
interval: 2s
retries: 15
ports:
- 4566:4566
volumes:
- ./containers/ministack:/docker-entrypoint-initaws.d
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
@@ -85,6 +98,11 @@ jobs:
env:
MONGO_HOST: "127.0.0.1"
REDIS_HOST: "127.0.0.1"
AWS_ENDPOINT_URL: http://aws:4566
AWS_REGION: "us-east-1"
AWS_ACCESS_KEY_ID: "test"
AWS_SECRET_ACCESS_KEY: "test"
AWS_DEFAULT_REGION: "us-east-1"
- name: Upload to coveralls
run: |
python -m pip install coveralls