Skip to content

Commit

Permalink
Merge pull request #1513 from SynBioHub/sbh3TestIntegration
Browse files Browse the repository at this point in the history
Add --compatibility
  • Loading branch information
cjmyers authored Sep 17, 2022
2 parents a3116e6 + 349e756 commit b5b279a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/start_containers_persist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source ./testutil.sh

message "Starting SynBioHub from Containers"
docker-compose -f ./synbiohub-docker/docker-compose.yml -f ./synbiohub-docker/docker-compose.explorer.yml -p testsuiteproject up -d
docker-compose -f ./synbiohub-docker/docker-compose.yml -f ./synbiohub-docker/docker-compose.explorer.yml -p testsuiteproject --compatibility up -d
while [[ "$(docker inspect testsuiteproject_synbiohub_1 | jq .[0].State.Health.Status)" != "\"healthy\"" ]]
do
sleep 5
Expand Down

0 comments on commit b5b279a

Please sign in to comment.