From fde502d8a0206e2084cfa51c1651f49f596daf59 Mon Sep 17 00:00:00 2001 From: Stan <1939656+GDay@users.noreply.github.com> Date: Fri, 14 Aug 2026 04:50:31 +0200 Subject: [PATCH] fix endpoint --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a018020..a9d859c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ on: env: MONGO_HOST: "127.0.0.1" REDIS_HOST: "127.0.0.1" - AWS_ENDPOINT_URL: http://aws:4566 + AWS_ENDPOINT_URL: http://localhost:4566 AWS_REGION: "us-east-1" AWS_ACCESS_KEY_ID: "test" AWS_SECRET_ACCESS_KEY: "test" @@ -102,8 +102,6 @@ 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: |