We have `continue-on-error: true` in `.github/workflows/ci.yml` on few stages to allow the pipeline to pass. However, a proper permanent solution is to fix those errors, and remove `continue-on-error: true`.
We have
continue-on-error: truein.github/workflows/ci.ymlon few stages to allow the pipeline to pass.However, a proper permanent solution is to fix those errors, and remove
continue-on-error: true.