test
All checks were successful
TMW Global Networks Dokumentation / build (push) Successful in 10s

This commit is contained in:
Tizian Maxime Weigt 2025-04-27 14:09:33 +02:00
parent 31bb5602ff
commit 5b1065abd6

View File

@ -6,5 +6,9 @@ jobs:
build:
runs-on: alpine-latest
steps:
- name: ping google.com
run: ping google.com
- name: show ip addr
run: ip a
- name: show ip route
run: ip route
- name: Test IPv6 connectivity
run: ping6 -c 3 google.com || echo "IPv6 not working on runner"