From 33e80a7ee3f6b37bdece754b7fcabce9eb6401b0 Mon Sep 17 00:00:00 2001 From: Shem Date: Wed, 17 Jul 2024 11:05:40 +0000 Subject: [PATCH] use curl --- steps/03_run_both_servers.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/steps/03_run_both_servers.yml b/steps/03_run_both_servers.yml index 4d188de..f63204d 100644 --- a/steps/03_run_both_servers.yml +++ b/steps/03_run_both_servers.yml @@ -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