overwrite endpoint in container

This commit is contained in:
Stan
2026-08-14 04:46:27 +02:00
parent 50b3da87d4
commit 8184bf579c

View File

@@ -102,6 +102,8 @@ jobs:
uv sync --extra testing --python ${{ matrix.python-version }}
uv pip install "django~=${{ matrix.django }}a1"
- name: Create SQS queue
env:
AWS_ENDPOINT_URL: http://localhost:4566
run: aws sqs create-queue --queue-name testing
- name: Run Tests
run: |