mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-23 02:38:12 +08:00
overwrite endpoint in container
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user