Stop ping

This commit is contained in:
Caleb Herpin 2021-07-28 23:54:06 -05:00
parent 5cf319a634
commit b3ced5aa88

View File

@ -19,4 +19,4 @@ jobs:
run: | run: |
apt-get install -y net-tools iputils-ping apt-get install -y net-tools iputils-ping
- name: Test connection - name: Test connection
run: ping 8.8.8.8 run: ping -c 4 8.8.8.8