Channels
help
general
contributors
Powered by
#help
Title
f
fancy-scientist-81076
03/07/2023, 6:31 PM
Hey, I want to pass a step even in GH actions even if infracost runs into an error like this, is that a possibility?
m
mysterious-teacher-68276
03/07/2023, 6:34 PM
hey
@fancy-scientist-81076
I think you’d need to capture the exit code of infracost comment in the shell script on the action step
l
little-author-61621
03/07/2023, 6:35 PM
There’s also
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepscontinue-on-error
which might help. It’s not something I’ve tried before though.
f
fancy-scientist-81076
03/07/2023, 6:45 PM
Ah ok thank you
Post