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

This commit is contained in:
Aliberk Sandıkçı 2024-11-10 22:42:17 +03:00
parent 2df8f4c2df
commit e71eaca80d

View file

@ -10,7 +10,7 @@ jobs:
- name: Dependencies
run: |
apt update -y
apt install git wget inetutils-ping iptables -y
apt install git wget inetutils-ping -y
git --version
- name: Network Check
@ -18,7 +18,6 @@ jobs:
ping -c 5 asandikci.com
ping -c 5 git.asandikci.com
wget https://git.asandikci.com
iptables -L
- name: Checkout
run: |