Skip to content

Commit

Permalink
ci.yml changed to fix ETIMEDOUT errors
Browse files Browse the repository at this point in the history
  • Loading branch information
j-paquette committed Oct 23, 2023
1 parent b636765 commit 4d57480
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: TESTLINKS
name: CHECKLINKS

on:
push:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4d57480

Please sign in to comment.