Skip to content

Commit b18105b

Browse files
Trl local executor again.
1 parent fae4d9c commit b18105b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/stage-4-acceptance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
needs: environment-set-up
112112
timeout-minutes: 10
113113
env:
114-
LOCALSTACK_INTERNAL_DYNAMODB_ENDPOINT: http://localstack:4566/
114+
LOCALSTACK_INTERNAL_DYNAMODB_ENDPOINT: http://localhost:4566/
115115
RUNNING_LOCALSTACK_URL: http://localhost:4566/
116116
steps:
117117
- name: "Checkout code"

tests/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ services:
99
# LocalStack configuration: https://docs.localstack.cloud/references/configuration/
1010
- DEBUG=${LOCALSTACK_DEBUG:-0}
1111
- DEFAULT_REGION=${AWS_DEFAULT_REGION:-eu-west-1}
12+
- LAMBDA_EXECUTOR=local
1213
volumes:
1314
- "${LOCALSTACK_VOLUME_DIR:-../volume}:/var/lib/localstack"
1415
- "/var/run/docker.sock:/var/run/docker.sock"

0 commit comments

Comments
 (0)