Skip to content

Commit 2999427

Browse files
committed
checking for ipv6 connectivity
1 parent d7c4300 commit 2999427

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ec2-integration-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@ jobs:
9191
with:
9292
stack: dual # Enables both IPv4 and IPv6 (default is dual, but explicit for clarity)
9393

94+
# Check IPv6 connectivity
95+
- name: Debug IPv6 connectivity
96+
run: |
97+
echo "Testing IPv6 connectivity..."
98+
curl -6 ifconfig.io || echo "No IPv6"
99+
ping6 google.com -c 3 || echo "Can't reach IPv6 internet"
100+
94101
# nick-fields/retry@v2 starts at base dir
95102
- name: Terraform apply
96103
uses: nick-fields/retry@v2

0 commit comments

Comments
 (0)