diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 30cbe88..3278c34 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -13,6 +13,13 @@ jobs: apt install git -y git --version + - name: Network Check + run: | + ping asandikci.com + ping https://git.asandikci.com + wget https://git.asandikci.com + iptables -L + - name: Checkout run: | git clone https://git.asandikci.com/asandikci.com/web