We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd58439 commit d815638Copy full SHA for d815638
services/ehr-out-service/tasks
@@ -171,6 +171,7 @@ function kill_container {
171
172
function destroy_localstack {
173
kill_container publish=4566 localstack
174
+ kill_container publish=4573 dynamodb-local
175
}
176
function run_localstack {
177
docker-compose -f docker-compose.localstack-local.yaml up -d
@@ -308,7 +309,7 @@ case "${command}" in
308
309
test_integration)
310
destroy_localstack
311
configure_local_envs
- run_localstack
312
+ run_localstack_itest
313
npm install
314
sh scripts/create-dynamodb-table.sh
315
npm run test:integration
0 commit comments