diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 0f22939..53722b0 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -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