This commit is contained in:
parent
5f284e2693
commit
99e8267470
1 changed files with 3 additions and 1 deletions
|
@ -10,13 +10,15 @@ jobs:
|
|||
- name: Dependencies
|
||||
run: |
|
||||
apt update -y
|
||||
apt install git wget inetutils-ping -y
|
||||
apt install git wget inetutils-ping dnsutils -y
|
||||
git --version
|
||||
|
||||
- name: CI Health Check
|
||||
run: |
|
||||
ping -c 1 asandikci.com
|
||||
ping -c 1 git.asandikci.com
|
||||
dig asandikci.com
|
||||
dig git.asandikci.com
|
||||
wget https://git.asandikci.com
|
||||
pwd
|
||||
ls -la
|
||||
|
|
Loading…
Reference in a new issue