wordpress-mobile / release-toolkit-gutenberg-mobile

Automation Scripts for Releasing Gutenberg-Mobile Updates to the WordPress Mobile Apps.
Mozilla Public License 2.0
5 stars 2 forks source link

Make WPAndroid automatically run optional tests on Gutenberg release branches #65

Closed guarani closed 3 years ago

guarani commented 3 years ago

WPiOS runs optional tests automatically on Gutenberg Release branches. WPAndroid doesn't though, so we should update WPAndroid's CI configuration to do this.

If this change is made, tweak the release checklist to remove the checklist item that calls for these tests to be manually triggered.

guarani commented 3 years ago

I should note that this will only be truly closed once https://github.com/wordpress-mobile/release-toolkit-gutenberg-mobile/pull/72 is merged.