Skip to content

Commit

Permalink
update test https code to 000 due to no connection
Browse files Browse the repository at this point in the history
  • Loading branch information
vepatel committed Jan 17, 2023
1 parent c3c8947 commit cc25870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
run: |
counter=0
max_attempts=5
until [ $(curl --write-out %{http_code} -ks --output /dev/null https://localhost:8443) -eq 404 ]; do
until [ $(curl --write-out %{http_code} -ks --output /dev/null https://localhost:8443) -eq 000 ]; do
if [ ${counter} -eq ${max_attempts} ]; then
exit 1
fi
Expand Down

0 comments on commit cc25870

Please sign in to comment.