From 0b5021c94d3aa68b69d86bec6d8bd0b90ccda044 Mon Sep 17 00:00:00 2001 From: Stefano Di Leo Date: Mon, 14 Oct 2024 16:15:19 +0200 Subject: [PATCH] Use IPv4 instead of IPv6 in tests IPv6 in tests is not supported by GitHub Actions (https://github.com/actions/runner-images/issues/668) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6ee9b37..16abab5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: working-directory: ./server - run: npm run build --if-present working-directory: ./server - - run: npm test + - run: npm test -- --dns-result-order='ipv4first' working-directory: ./server - name: Client CI Use Node.js ${{ matrix.node-version }}