Skip to content

Commit

Permalink
Update start_e2e_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 committed Jun 18, 2023
1 parent 202577d commit b0ed3e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/start_e2e_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,12 @@ jobs:
for i in {1..90}
do
sleep 10
echo workflow status: $(get-workflow-status)
status=$(get-workflow-status)
echo "workflow status: $status"
if [[ $status != "not-started" && $status != "queued" && $status != "in_progress" ]]; then
break
fi
sleep 10
done
kill $(jobs -p)
Expand Down

0 comments on commit b0ed3e8

Please sign in to comment.