Run all the build steps regardless of the outcome of the puppeteer test#2457
Conversation
claire-simpson
left a comment
There was a problem hiding this comment.
Thanks @davemfish! My only question is should we keep the comment that the test is flaky? I guess my thought is that it might be nice to know that this test failing is potentially a GHA problem that we were previously able to somewhat ignore.
Yeah, I see your point. I don't think a comment in this location would be noticeable to someone exploring why the test failed though -- they just aren't likely to look at the workflow document. The comment was really only intended to justify the use of |
Moving the puppeteer test to later in the sequence seems like the best approach here, since
continue-on-errordoes not do what one would expect. We do not want a test failure to prevent us from deploying artifacts, etc.Fixes #2454
Checklist