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 9132230 commit 3a85965
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/wkflw.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Test internet connectivity
run: |
ping -c 4 google.com
curl -I https://github.com
- name: Check Internet Connectivity with Ping
run: ping -c 4 google.com

- name: Check Internet Connectivity with Curl
run: curl -I https://github.com

- name: Debug SSH Connection
run: |
Expand Down

0 comments on commit 3a85965

Please sign in to comment.