Update .forgejo/workflows/demo.yaml
Some checks failed
/ test (push) Failing after 27s

This commit is contained in:
Aliberk Sandıkçı 2024-11-10 22:47:54 +03:00
parent cd5783ca19
commit 28eea28271

View file

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