Update .forgejo/workflows/demo.yaml
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
Aliberk Sandıkçı 2024-11-10 23:11:07 +03:00
parent 5f284e2693
commit 99e8267470

View file

@ -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