This commit is contained in:
parent
cd5783ca19
commit
28eea28271
1 changed files with 5 additions and 3 deletions
|
@ -13,11 +13,13 @@ jobs:
|
|||
apt install git wget inetutils-ping -y
|
||||
git --version
|
||||
|
||||
- name: Network Check
|
||||
- name: CI Health Check
|
||||
run: |
|
||||
ping -c 5 asandikci.com
|
||||
ping -c 5 git.asandikci.com
|
||||
ping -c 1 asandikci.com
|
||||
ping -c 1 git.asandikci.com
|
||||
wget https://git.asandikci.com
|
||||
pwd
|
||||
ls
|
||||
|
||||
- name: Checkout
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue