This commit is contained in:
parent
2df8f4c2df
commit
e71eaca80d
1 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,7 @@ jobs:
|
||||||
- name: Dependencies
|
- name: Dependencies
|
||||||
run: |
|
run: |
|
||||||
apt update -y
|
apt update -y
|
||||||
apt install git wget inetutils-ping iptables -y
|
apt install git wget inetutils-ping -y
|
||||||
git --version
|
git --version
|
||||||
|
|
||||||
- name: Network Check
|
- name: Network Check
|
||||||
|
@ -18,7 +18,6 @@ jobs:
|
||||||
ping -c 5 asandikci.com
|
ping -c 5 asandikci.com
|
||||||
ping -c 5 git.asandikci.com
|
ping -c 5 git.asandikci.com
|
||||||
wget https://git.asandikci.com
|
wget https://git.asandikci.com
|
||||||
iptables -L
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue