Opened 2 years ago
Last modified 2 years ago
#9202 assigned feature request
Github Action: confirms that installing BuddyPress using WP-CLI works successfully
| Reported by: | espellcaste | Owned by: | espellcaste |
|---|---|---|---|
| Priority: | normal | Milestone: | Up Next |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | Keywords: | needs-patch |
| Cc: |
Description
@emaralive brought to my attention recently that WordPress core has a nice Github Action/workflow where they test tagged versions officially available on WordPress.org. See it here.
Currently, our Github Action only test the trunk code, not previous tagged/versions of BuddyPress (not even beta version). The way the WordPress version works is by checking a list of versions and PHP versions, see here.
I'd like to start with something less extensive. Maybe the last 3-5 versions and maybe running once a month only.
And the goal of this workflow is not meant to test buddypress trunk checkouts, but rather tagged versions officially available on WordPress.org.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I'll handle this in the next milestone considering our current goals.