Update ipv6-test.yml

This commit is contained in:
pradt2
2022-06-27 20:01:35 +01:00
committed by GitHub
parent 51810c8814
commit c88d2e8cc7

View File

@@ -34,5 +34,7 @@ jobs:
run: cat /sys/module/ipv6/parameters/disable
- name: Run sysctl
run: sysctl -a 2>/dev/null | grep disable_ipv6
- name: Run ping
- name: Run ping4
run: ping -c 1 google.com
- name: Run ping6
run: ping6 -c 1 google.com