This commit is contained in:
parent
4bd3a36bfd
commit
a16f8b1f02
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ jobs:
|
||||||
|
|
||||||
- name: Network Check
|
- name: Network Check
|
||||||
run: |
|
run: |
|
||||||
ping asandikci.com
|
ping -c 5 asandikci.com
|
||||||
ping https://git.asandikci.com
|
ping -c 5 https://git.asandikci.com
|
||||||
wget https://git.asandikci.com
|
wget https://git.asandikci.com
|
||||||
iptables -L
|
iptables -L
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue