From 84cce553fb9f331c2a8f83434eba438f2bb0be5d Mon Sep 17 00:00:00 2001 From: Maciej Brencz Date: Wed, 8 Oct 2025 20:06:58 +0100 Subject: [PATCH] tests.yml: run an example script using the "mozilla.org" page --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index feb76012d..88b8b276f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -70,7 +70,7 @@ jobs: - name: Run example script env: DEBUG: "phantomas:browser" - run: node examples/index.js https://gf.dev/http3-test + run: node examples/index.js https://mozilla.org/ - name: Run tests run: |