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 4315e5b commit 2abaa85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wkflw.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Check Internet Connectivity with Curl
run: curl -I https://github.com

- name: Ping Raspberry Pi
run: ping -c 4 ${{ secrets.RPI_IP_DEV }}

- name: Debug SSH Connection
run: |
ssh -v $RASPBERRY_PI_UNAME@$RASPBERRY_PI_IP exit
Expand Down

0 comments on commit 2abaa85

Please sign in to comment.