We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18105b commit e412b83Copy full SHA for e412b83
.github/workflows/stage-4-acceptance.yaml
@@ -111,7 +111,7 @@ jobs:
111
needs: environment-set-up
112
timeout-minutes: 10
113
env:
114
- LOCALSTACK_INTERNAL_DYNAMODB_ENDPOINT: http://localhost:4566/
+ LOCALSTACK_INTERNAL_DYNAMODB_ENDPOINT: http://localstack:4566/
115
RUNNING_LOCALSTACK_URL: http://localhost:4566/
116
steps:
117
- name: "Checkout code"
0 commit comments