chore: e2e runs nightly and three time retry#1928
Merged
Merged
Conversation
…nightly, on releases, and by explicit workflow dispatch. Also adds a retry so that failed attempts will retry up to 3 times.
ErikSin
approved these changes
Jun 10, 2026
ErikSin
approved these changes
Jun 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #1896
Updates the Github action for running Browserstack tests to only run nightly (at 4:00 AM UTC), on releases, and by explicit workflow dispatch (can go into actions and type in the branch name to run on demand on a certain branch).
Also adds a retry on the end to end testing (not the building of the apk) so that failed attempts will retry up to 3 times. Uses the community action https://github.com/nick-fields/retry for the retry because that is not something github offers out of the box.
Also removes a typo -- path: | was in there twice so I think the things that were supposed to be cached weren't being cached. So this should speed up the builds a smidge!
Right now testing is not running on this branch, so we will need to bypass the checks to merge this.
After it is merged, we will need to update the rule set for this repo and delete the run-e2e-tests and build-apk from required checks.
