This commit is contained in:
@@ -17,5 +17,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install and run ping
|
- name: Install and run ping
|
||||||
run: |
|
run: |
|
||||||
|
cat /etc/resolv.conf
|
||||||
apt-get update && apt-get install -y iputils-ping
|
apt-get update && apt-get install -y iputils-ping
|
||||||
ping -c 4 google.com
|
ping -c 4 google.com
|
||||||
|
|||||||
Reference in New Issue
Block a user