Skip to content

Commit 7d6f13b

Browse files
committed
Add AWS_ENDPOINT_URL to integration-tests which points to localstack
1 parent ad8a2eb commit 7d6f13b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ jobs:
241241
REDIS_SENTINEL_SERVICE: redis_sentinel
242242
MESSENGER_REDIS_DSN: redis://127.0.0.1:7006/messages
243243
MESSENGER_AMQP_DSN: amqp://localhost/%2f/messages
244+
AWS_ENDPOINT_URL: "http://localhost:4566"
244245
MESSENGER_SQS_DSN: "sqs://localhost:4566/messages?sslmode=disable&poll_timeout=0.01"
245246
MESSENGER_SQS_FIFO_QUEUE_DSN: "sqs://localhost:4566/messages.fifo?sslmode=disable&poll_timeout=0.01"
246247
KAFKA_BROKER: 127.0.0.1:9092

0 commit comments

Comments
 (0)