Skip to content

Commit

Permalink
Adapt docker-compose for tests in demo/shibboleth
Browse files Browse the repository at this point in the history
(Copied from demo/grouper tests.)
  • Loading branch information
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
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit be85033

Please sign in to comment.