This commit is contained in:
parent
58dfd88397
commit
2209a894a1
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user