test
Some checks failed
TMW Global Networks Dokumentation / build (push) Failing after 10s

This commit is contained in:
Tizian Maxime Weigt 2025-04-27 03:44:27 +02:00
parent 2ea0cea190
commit f699cb92fb

View File

@ -9,5 +9,12 @@ jobs:
- name: add nameservers to resolv.conf - name: add nameservers to resolv.conf
run: | run: |
echo "nameserver 2a0e:b107:27f9::64" > /etc/resolv.conf echo "nameserver 2a0e:b107:27f9::64" > /etc/resolv.conf
- name: show resolv.conf
run: cat /etc/resolv.conf
- name: apt udpate
run: sudo apt-get update
- name: install ping
run: sudo apt-get install -y iputils-ping
- name: ping IPv6 - name: ping IPv6
run: ping6 google.com run: ping6 google.com