File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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"
@@ -129,7 +129,11 @@ jobs:
129129 uses :
LocalStack/[email protected] 130130 with :
131131 image-tag : ' latest'
132- install-awslocal : ' true'
132+ 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
You can’t perform that action at this time.
0 commit comments