From 4d57480f7c4152879edf822cbaeda11338b30c68 Mon Sep 17 00:00:00 2001 From: j-paquette <56076749+j-paquette@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:42:27 -0400 Subject: [PATCH] ci.yml changed to fix ETIMEDOUT errors --- .github/workflows/{test-links.yml => checkLinks.yml} | 2 +- .github/workflows/ci.yml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) rename .github/workflows/{test-links.yml => checkLinks.yml} (98%) diff --git a/.github/workflows/test-links.yml b/.github/workflows/checkLinks.yml similarity index 98% rename from .github/workflows/test-links.yml rename to .github/workflows/checkLinks.yml index f6d39dab..ee541f5a 100644 --- a/.github/workflows/test-links.yml +++ b/.github/workflows/checkLinks.yml @@ -1,4 +1,4 @@ -name: TESTLINKS +name: CHECKLINKS on: push: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8afcd6b..bec0d59b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,4 +34,7 @@ jobs: - name: Test run: npm test env: - DISABLE_PROXY: true + DISABLE_PROXY: true + # Disabling the "test-links" phase because it takes way too long to run as often as this CI workflow runs. + # "check-links" was moved to workflow `checkLinks.yml`. + DISABLE_CHECKLINKS: true