is there any way we can proceed require job even if the previous job fails?
The topic was discussed in
Running a Job/Step even if the build fails - #11 by Ningjing
The last 3 posts seem to hint at possible solutions, depending on your exact needs.
1 Like
For completeness, there is also a ’ post-steps’ option
https://circleci.com/docs/2.0/reusing-config/#using-pre-and-post-steps
This would allow work to be carried out regardless of what has happened in any other step.
1 Like