Skip to content

Commit

Permalink
docker logs test
Browse files Browse the repository at this point in the history
  • Loading branch information
vharseko committed Nov 1, 2023
1 parent a7fe513 commit f70a175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ jobs:
shell: bash
run: |
docker run --rm -it -d --name=test localhost:5000/${GITHUB_REPOSITORY,,}:${{ env.release_version }}
timeout 3m bash -c 'until docker inspect --format="{{json .State.Health.Status}}" test | grep -q \"healthy\"; do sleep 10; done'
docker logs test

0 comments on commit f70a175

Please sign in to comment.