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
|
- name: Dependencies
|
||||||
run: |
|
run: |
|
||||||
apt update -y
|
apt update -y
|
||||||
apt install git wget inetutils-ping -y
|
apt install git wget inetutils-ping dnsutils -y
|
||||||
git --version
|
git --version
|
||||||
|
|
||||||
- name: CI Health Check
|
- name: CI Health Check
|
||||||
run: |
|
run: |
|
||||||
ping -c 1 asandikci.com
|
ping -c 1 asandikci.com
|
||||||
ping -c 1 git.asandikci.com
|
ping -c 1 git.asandikci.com
|
||||||
|
dig asandikci.com
|
||||||
|
dig git.asandikci.com
|
||||||
wget https://git.asandikci.com
|
wget https://git.asandikci.com
|
||||||
pwd
|
pwd
|
||||||
ls -la
|
ls -la
|
||||||
|
|
Loading…
Reference in a new issue