Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrichton committed Sep 13, 2024
1 parent 4574046 commit 1e9f0f1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions tests/docker/compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,9 @@ function import_sources() {
}

function deploy_services() {
if [[ -z $(docker network ls -qf name=mediator_tests_default) ]]; then
docker network create mediator_tests_default 1>/dev/null
fi

docker-compose -p mediator_tests -f "$FILE_PATH"/sante-mpi/docker-compose.sante-mpi.yml up -d
docker-compose -p mediator_tests -f "$FILE_PATH"/hapi-fhir/docker-compose.hapi-fhir.yml up -d
docker-compose -p mediator_tests -f "$FILE_PATH"/openhim/docker-compose.openhim.yml up -d
docker compose -p mediator_tests -f "$FILE_PATH"/sante-mpi/docker-compose.sante-mpi.yml up -d
docker compose -p mediator_tests -f "$FILE_PATH"/hapi-fhir/docker-compose.hapi-fhir.yml up -d
docker compose -p mediator_tests -f "$FILE_PATH"/openhim/docker-compose.openhim.yml up -d
}

function await_sante_mpi() {
Expand Down

0 comments on commit 1e9f0f1

Please sign in to comment.