Skip to content

Commit

Permalink
use curl
Browse files Browse the repository at this point in the history
  • Loading branch information
shem8 committed Jul 17, 2024
1 parent 93a3985 commit 33e80a7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions steps/03_run_both_servers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ startFlow:
githubActions:
commands:
- cmd: docker compose up -d
- cmd: curl https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh --output wait-for-it.sh
- cmd: chmod +x wait-for-it.sh
- cmd: ./wait-for-it.sh localhost:8001 --timeout=30
- cmd: curl localhost:8001

trigger:
type: github_pr_lifecycle_status
Expand Down

0 comments on commit 33e80a7

Please sign in to comment.