You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running with provided action step and its failing with exit code 1. I don't want work flow to fail in middle. I reviewed your shell script and found this line 90 is causing it
I would appreciate if you can add a quality gate/flag similar to ENABLE_A11Y_THRESHOLD.
Found 30 accessibility violations
Error: Process completed with exit code 1.
Run marocchino/sticky-pull-request-comment@v2
no pull request numbers given: skip step
The text was updated successfully, but these errors were encountered:
If I'm understanding the issue correctly you either have subsequent jobs that run after the watcher job has completed and want those to continue and not fail fast.
I would suggest using GitHub's inbuilt continue-on-error (docs). When this value is set to true it will not fail your devhub job.
I am running with provided action step and its failing with exit code 1. I don't want work flow to fail in middle. I reviewed your shell script and found this line 90 is causing it
axe-devhub-action/main.sh
Line 90 in 18b1511
I would appreciate if you can add a quality gate/flag similar to ENABLE_A11Y_THRESHOLD.
Found 30 accessibility violations
Error: Process completed with exit code 1.
Run marocchino/sticky-pull-request-comment@v2
no pull request numbers given: skip step
The text was updated successfully, but these errors were encountered: