Skip to content

Commit

Permalink
check for poke api readiness
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Nov 7, 2023
1 parent 2be75f4 commit 86d5868
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
uses: isbang/[email protected]
with:
compose-file: docker-compose.agent.yml
- name: Wait for pokeshop services
run: |
timeout 60 bash -c 'until echo > /dev/tcp/localhost/8081; do sleep 1; done; echo "pokeshop http api ready"'
- name: Run tracetests
run: |
export TRACETEST_TOKEN=${{ secrets.TRACETEST_TOKEN }}
Expand Down

0 comments on commit 86d5868

Please sign in to comment.