Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kamlyli committed Sep 28, 2023
1 parent 898546a commit db171ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Test APISIX
run: |
sleep 30 #startup time maybe a little longer as the yq binary is downloaded for use at runtime
sleep 30
result_code=`curl -I -m 10 -o /dev/null -s -w %{http_code} http://127.0.0.1:9080/get`
if [[ $result_code -ne 200 ]];then
Expand Down

0 comments on commit db171ad

Please sign in to comment.