diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 9160719..aa5ab13 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -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: |