From 4a86637f2d7f44b81889fac0457312932657f6fd Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 26 Dec 2022 16:34:05 +0100 Subject: [PATCH] add ipv6 checks --- .github/workflows/test-only.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-only.yml b/.github/workflows/test-only.yml index f6d5a872..10c44756 100644 --- a/.github/workflows/test-only.yml +++ b/.github/workflows/test-only.yml @@ -68,6 +68,9 @@ jobs: # Should return 0 (no error) when grep finds it curl -s http://localhost:5556 |grep -q checkbox-uuid curl -s http://localhost:5556/rss|grep -q rss-specification + # and IPv6 + curl -s http://[::]:5556|grep -q checkbox-uuid + curl -s http://[::]:5556/rss|grep -q rss-specification #export WEBDRIVER_URL=http://localhost:4444/wd/hub #pytest tests/fetchers/test_content.py