Skip to content

Commit

Permalink
checking for ipv4 ipv6 connectivity on the runner
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerunjun committed Jun 26, 2024
1 parent 2b36451 commit 2667003
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 @@ -20,12 +20,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Test IPv6 connectivity
run: ping6 -c 4 google.com
- name: Test IPv4 connectivity
run: ping -c 4 google.com

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

# - name: Check SSH port with IPv6
# run: nc -6 -zv ${{ secrets.RPI_IP_DEV }} 22

Expand Down

0 comments on commit 2667003

Please sign in to comment.