Skip to content

Commit

Permalink
add status code to ping output
Browse files Browse the repository at this point in the history
  • Loading branch information
prncevince committed Apr 3, 2024
1 parent bb9fff3 commit 8ad8ddf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- name: GET Request
run: |
curl -w @- -o /dev/null -s "https://prncevince-sat-viz.hf.space/" <<'EOF'
HTTP Status: %{http_code}\n
time_namelookup: %{time_namelookup}\n
time_connect: %{time_connect}\n
time_appconnect: %{time_appconnect}\n
Expand Down

0 comments on commit 8ad8ddf

Please sign in to comment.