POSTS
Error handling in GitHub Actions
- 1 minute readToday I was messing around with GitHub Actions for OpenDP.
I found an answer on Stack Overflow that got me unblocked. I ended up splitting up my single step into multiple steps so I could indicate that I'm ok with one of the steps failing with continue-on-error.
I'm reminded that I should check out the GitHub Actions advent calendar Ed Thomson made. I got a chance to meet him last year at FOSDEM. Lots to learn.