Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adapt docker-compose for tests in demo/shibboleth
(Copied from demo/grouper tests.)
mederly committed Apr 28, 2020
1 parent 8dec61e commit be85033
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demo/shibboleth/tests/main.bats
@@ -9,7 +9,9 @@ load ../../../library
}

@test "010 Initialize and start containers" {
docker-compose -f docker-compose-tests.yml build --pull
docker-compose -f docker-compose-tests.yml build --pull midpoint_data directory idp
# Sometimes the tier/midpoint:xyz is not yet in the repository, causing issues with --pull
docker-compose -f docker-compose-tests.yml build midpoint_server
docker-compose -f docker-compose-tests.yml up -d
}

0 comments on commit be85033

Please sign in to comment.