Skip to content

Commit fae4d9c

Browse files
Try http://localstack:4566/, and log some info during the integration run
1 parent da785c5 commit fae4d9c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 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://host.docker.internal:4566/
114+
LOCALSTACK_INTERNAL_DYNAMODB_ENDPOINT: http://localstack:4566/
115115
RUNNING_LOCALSTACK_URL: http://localhost:4566/
116116
steps:
117117
- name: "Checkout code"
@@ -130,6 +130,10 @@ jobs:
130130
with:
131131
image-tag: 'latest'
132132
install-awslocal: 'true'
133+
- name: Check Docker networks
134+
run: docker network ls
135+
- name: Inspect Lambda container
136+
run: docker inspect $(docker ps -q --filter "ancestor=localstack/localstack") | grep NetworkMode
133137
- name: "Run integration test"
134138
run: |
135139
make test-integration

0 commit comments

Comments
 (0)