From 90f36610dc403fa57f627234c56e6c7631921c75 Mon Sep 17 00:00:00 2001 From: Lan Tian Date: Tue, 12 Mar 2024 18:03:23 -0700 Subject: [PATCH] ci: fix failing whois test --- .github/workflows/develop.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/develop.yaml b/.github/workflows/develop.yaml index a091ef8..b5ee5f5 100644 --- a/.github/workflows/develop.yaml +++ b/.github/workflows/develop.yaml @@ -47,7 +47,7 @@ jobs: - name: Test whois binary in frontend image run: | docker build -t local/frontend frontend/ - docker run --rm --net host --entrypoint whois local/frontend github.com || exit 1 + docker run --rm --net host --entrypoint whois local/frontend -I github.com || exit 1 docker run --rm --net host --entrypoint whois local/frontend -h whois.ripe.net github.com || exit 1 docker run --rm --net host --entrypoint whois local/frontend -h whois.ripe.net:43 github.com || exit 1