Skip to content

Commit

Permalink
wait for server
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Apr 3, 2024
1 parent f7fd235 commit 3922d1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
- run: docker ps

- name: wait for server to be up
timeout-minutes: 1
run: until nc -z localhost 5688; do sleep 1; done

- run: docker container logs `docker ps | grep ${{ env.IMAGE_TAGGED }} | awk '{ print $1; }'`

- name: Run test client (IPv4)
Expand Down

0 comments on commit 3922d1d

Please sign in to comment.