From 4b8529657c3c800f0c610ea4c6b82764ad4ba2a0 Mon Sep 17 00:00:00 2001 From: ckunki Date: Thu, 17 Oct 2024 11:48:39 +0200 Subject: [PATCH] Added name server 208.67.222.222 --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 55f6a1be..3b1b3c16 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,6 +21,7 @@ jobs: ping google.com nslookup google.com 8.8.8.8 nslookup google.com 1.1.1.1 + nslookup google.com 208.67.222.222 - name: Setup Python & Poetry Environment uses: exasol/python-toolbox/.github/actions/python-environment@0.14.0