Skip to content

Commit d815638

Browse files
Changed dockerfile integration tests use to run and updated destroy script
1 parent cd58439 commit d815638

File tree

1 file changed

+2
-1
lines changed
  • services/ehr-out-service

1 file changed

+2
-1
lines changed

services/ehr-out-service/tasks

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ function kill_container {
171171

172172
function destroy_localstack {
173173
kill_container publish=4566 localstack
174+
kill_container publish=4573 dynamodb-local
174175
}
175176
function run_localstack {
176177
docker-compose -f docker-compose.localstack-local.yaml up -d
@@ -308,7 +309,7 @@ case "${command}" in
308309
test_integration)
309310
destroy_localstack
310311
configure_local_envs
311-
run_localstack
312+
run_localstack_itest
312313
npm install
313314
sh scripts/create-dynamodb-table.sh
314315
npm run test:integration

0 commit comments

Comments
 (0)