This commit is contained in:
parent
05f37f59bb
commit
cbebf17462
@ -6,11 +6,15 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: debain-latest
|
runs-on: debain-latest
|
||||||
steps:
|
steps:
|
||||||
- name: show system verson
|
|
||||||
run: hostnamectl
|
|
||||||
- name: add nameservers to resolv.conf
|
- name: add nameservers to resolv.conf
|
||||||
run: echo "nameserver 2a0e:b107:27f9::64" > /etc/resolv.conf
|
run: 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: show ip addr
|
- name: show ip addr
|
||||||
run: cat /etc/hosts
|
run: cat /etc/hosts
|
||||||
|
- name: show ip route
|
||||||
|
run: ip route
|
||||||
|
- name: ip a
|
||||||
|
run: ip a
|
||||||
|
- name: apt udpate
|
||||||
|
run: apt-get update
|
||||||
Reference in New Issue
Block a user