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