Continue the job even if a step fails.
Section: Jobs, steps, and conditionals
Allow a non-blocking step
yaml
yaml
- name: Optional audit
continue-on-error: true
run: npm auditExplanation
Useful for advisory checks that should not fail the pipeline yet.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Jobs, steps, and conditionals