We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215ecfb commit da2ef47Copy full SHA for da2ef47
.github/actions/validate-links/action.yml
@@ -45,7 +45,7 @@ runs:
45
export NODE_OPTIONS="--max-old-space-size=4096"
46
47
# Add timeout to prevent hanging
48
- timeout 30m node cypress/support/run-e2e-specs.js ${{ inputs.files }} \
+ timeout ${{ inputs.timeout }} node cypress/support/run-e2e-specs.js ${{ inputs.files }} \
49
--spec cypress/e2e/content/article-links.cy.js || {
50
exit_code=$?
51
echo "::error::Link validation failed with exit code $exit_code"
0 commit comments