Skip to content

Commit

Permalink
switching back to basic outbound network connection testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerunjun committed Jun 22, 2024
1 parent 0d6366b commit b53b1c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wkflw.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Check Internet Connectivity with Curl
run: curl -I https://github.com

- name: Trace Raspberry Pi
run: |
sudo apt-get update && sudo apt-get install -y traceroute
traceroute 2402:e280:3e4d:402:ba26:4305:93dd:c8b1
# - name: Trace Raspberry Pi
# run: |
# sudo apt-get update && sudo apt-get install -y traceroute
# traceroute 2402:e280:3e4d:402:ba26:4305:93dd:c8b1

- name: Debug SSH Connection
run: |
Expand Down

0 comments on commit b53b1c1

Please sign in to comment.