Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include env option to continue-on-error #158

Open
zacharyburnett opened this issue Sep 15, 2023 · 0 comments
Open

include env option to continue-on-error #158

zacharyburnett opened this issue Sep 15, 2023 · 0 comments

Comments

@zacharyburnett
Copy link
Contributor

zacharyburnett commented Sep 15, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant