Skip to content

Commit

Permalink
Execute healthcheck in the right folder
Browse files Browse the repository at this point in the history
  • Loading branch information
asein-sinch committed Jun 25, 2024
1 parent 3fa1b51 commit 12bdf8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
docker-compose up -d
- name: Wait for the mock servers to be healthy
run: |
cd sinch-sdk-mockserver
while ! docker inspect --format='{{json .State.Health.Status}}' $(docker-compose ps -q authentication-server) | grep -q '"healthy"'; do
echo "Waiting for authentication-server to be healthy..."
sleep 2
Expand Down

0 comments on commit 12bdf8d

Please sign in to comment.