From abc639babdbba06551508ed96ca77b2dbff4c686 Mon Sep 17 00:00:00 2001 From: Mehdi Mehrmanesh Date: Mon, 20 Oct 2025 12:58:03 +0330 Subject: [PATCH] update deploy.yaml --- .github/workflows/deploy.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 79139a0..ccd0c9b 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -16,6 +16,12 @@ jobs: GITHUB_TOKEN: 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 steps: + - name: Test internet connectivity + run: | + echo "Testing connectivity..." + curl -I https://registry-1.docker.io/v2/ + curl -I https://github.com/ + - name: Check out repositorys uses: actions/checkout@v4