Update .github/actions/validate-links/action.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>pull/6257/head
parent
215ecfb7f9
commit
da2ef476c1
|
@ -45,7 +45,7 @@ runs:
|
|||
export NODE_OPTIONS="--max-old-space-size=4096"
|
||||
|
||||
# Add timeout to prevent hanging
|
||||
timeout 30m node cypress/support/run-e2e-specs.js ${{ inputs.files }} \
|
||||
timeout ${{ inputs.timeout }} node cypress/support/run-e2e-specs.js ${{ inputs.files }} \
|
||||
--spec cypress/e2e/content/article-links.cy.js || {
|
||||
exit_code=$?
|
||||
echo "::error::Link validation failed with exit code $exit_code"
|
||||
|
|
Loading…
Reference in New Issue