test with own image
Some checks failed
TMW Global Networks Dokumentation / build (push) Failing after 3s

This commit is contained in:
Tizian Maxime Weigt 2025-04-27 13:29:51 +02:00
parent a27606f7e6
commit 15cb72701e

View File

@ -4,17 +4,7 @@ on: [push]
jobs:
build:
runs-on: alpine-latest
runs-on: alpine-tmw
steps:
- name: add nameservers to resolv.conf
run: sh echo "nameserver 2a0e:b107:27f9::64" > /etc/resolv.conf
- name: show resolv.conf
run: cat /etc/resolv.conf
- name: show ip addr
run: cat /etc/hosts
- name: show ip route
run: ip route
- name: ip a
run: ip a
- name: apt udpate
run: apt-get update
- name: ping google.com
run: ping google.com