Skip to content

chore: e2e runs nightly and three time retry#1928

Merged
ErikSin merged 3 commits into
developfrom
chore/timing-e2e-workflows
Jun 10, 2026
Merged

chore: e2e runs nightly and three time retry#1928
ErikSin merged 3 commits into
developfrom
chore/timing-e2e-workflows

Conversation

@cimigree

@cimigree cimigree commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

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.
Screenshot 2026-06-04 at 5 58 41 PM

…nightly, on releases, and by explicit workflow dispatch. Also adds a retry so that failed attempts will retry up to 3 times.
@cimigree cimigree requested a review from ErikSin June 4, 2026 22:01
@ErikSin ErikSin merged commit 8b58be0 into develop Jun 10, 2026
9 checks passed
@ErikSin ErikSin deleted the chore/timing-e2e-workflows branch June 10, 2026 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Github Action to run nightly e2e tests

2 participants