Skip to content

Commit 3482183

Browse files
Try http://host.docker.internal:4566 with local executor.
1 parent e412b83 commit 3482183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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://host.docker.internal:4566/
115115
RUNNING_LOCALSTACK_URL: http://localhost:4566/
116116
steps:
117117
- name: "Checkout code"

0 commit comments

Comments
 (0)