Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	tests/resources/Dockerfile
  • Loading branch information
JohannesLichtenberger committed Jul 13, 2024
2 parents de45544 + 0ea5a63 commit 5f4baf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
echo "starting the docker environment"
docker-compose -f ./tests/resources/docker-compose.yml up -d keycloak
bash ./tests/resources/wait-for-keycloak.sh
sleep 5
# bash ./tests/resources/wait.sh
sleep 30
docker-compose -f ./tests/resources/docker-compose.yml up -d server
sleep 5
sleep 30
2 changes: 1 addition & 1 deletion tests/resources/wait.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:8080)" != "200" ]]; do sleep 5; done'
bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:8080/realms/master)" != "200" ]]; do sleep 5; done'

0 comments on commit 5f4baf6

Please sign in to comment.