Skip to content

Commit

Permalink
ipv4 ipv6 connectivity
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerunjun committed Jun 26, 2024
1 parent 0b39886 commit 5087477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wkflw.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Test IPv4 connectivity
run: ping -4 -c 4 google.com
run: curl -I https://github.com

- name: Test IPv6 connectivity
run: ping6 -c 4 google.com
Expand Down

0 comments on commit 5087477

Please sign in to comment.