Skip to content

include env option to continue-on-error #158

Description

@zacharyburnett

for some test envs that may fail, such as when testing development versions of dependencies, it would be useful to have a continue-on-error setting so that the failure of an expected unstable env does not make the entire status check fail

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepscontinue-on-error

jobs.<job_id>.steps[*].continue-on-error
Prevents a job from failing when a step fails. Set to true to allow a job to pass when this step fails.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions