From 99e8267470c7e8f86211ce8e9e5d3b54eb1b70b1 Mon Sep 17 00:00:00 2001 From: asandikci Date: Sun, 10 Nov 2024 23:11:07 +0300 Subject: [PATCH] Update .forgejo/workflows/demo.yaml --- .forgejo/workflows/demo.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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