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 6ea98ee commit 033f658
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wkflw.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
run: curl -I https://github.com

- name: Trace Raspberry Pi
run: traceroute 2402:e280:3e4d:402:ba26:4305:93dd:c8b1
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 033f658

Please sign in to comment.