You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setup-env's default behaviour for push events generates build names that are too long to pass to BrowserStack if the commit message is long. We experienced this as tests failing after merging a PR with:
selenium.common.exceptions.WebDriverException: Message: name cannot be more than 255 characters
Hey @madwort, I have checked and yes, the build capability does not accept more than 255 characters. I will confirm it with our engineering team and get back to you
setup-env
's default behaviour forpush
events generates build names that are too long to pass to BrowserStack if the commit message is long. We experienced this as tests failing after merging a PR with:We're planning to work around this by passing
GITHUB_SHA
in place ofBUILD_INFO
(see also ebmdatalab/openprescribing#3239 )The text was updated successfully, but these errors were encountered: