Compare commits

..

2 Commits

Author SHA1 Message Date
bdf389842e test
Some checks failed
TMW Global Networks Dokumentation / build (push) Failing after 3s
2025-04-27 03:46:47 +02:00
bb35bc1f03 Updateing Format 2025-04-27 03:45:31 +02:00

View File

@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- 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 - name: show resolv.conf
run: cat /etc/resolv.conf run: cat /etc/resolv.conf
- name: ifconfig
run: ifconfig
- name: apt udpate - name: apt udpate
run: sudo apt-get update run: sudo apt-get update
- name: install ping - name: install ping