This commit is contained in:
parent
58dfd88397
commit
2209a894a1
@ -6,5 +6,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check Resolve Conf
|
||||
run: cat /etc/resolv.conf
|
||||
- name: install ping
|
||||
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