Test ipv6
Some checks failed
TMW Global Networks Dokumentation / build (push) Has been cancelled

This commit is contained in:
Tizian Maxime Weigt 2025-04-27 02:33:39 +02:00
parent 58dfd88397
commit 2209a894a1

View File

@ -6,5 +6,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check Resolve Conf - name: install ping
run: cat /etc/resolv.conf run: sudo apt-get update && sudo apt-get install -y iputils-ping
- name: Ping IPv6
run: ping6 google.com