Skip to content

GH Actions: add "quicktest" stage for non-PR/merge builds#657

Merged
rebeccahum merged 1 commit intodevelopfrom
feature/gh-actions-quick-test
Apr 15, 2021
Merged

GH Actions: add "quicktest" stage for non-PR/merge builds#657
rebeccahum merged 1 commit intodevelopfrom
feature/gh-actions-quick-test

Conversation

@jrfnl
Copy link
Collaborator

@jrfnl jrfnl commented Apr 15, 2021

The "quicktest" stage will basically run the same tasks as the "test" workflow (linting, unit tests and the ruleset tests), but only against low/high PHP/PHPCS/WPCS combinations. This should catch most issues.
This "quicktest" stage will run for pushes and for merges to develop.

The more comprehensive complete build against a larger set of PHP/PHPCS/WPCS combinations will now only be run on PRs and merges to master.

Related to #628

The "quicktest" stage will basically run the same tasks as the "test" workflow (linting, unit tests and the ruleset tests), but only against low/high PHP/PHPCS/WPCS combinations. This should catch most issues.
This "quicktest" stage will run for pushes and for merges to `develop`.

The more comprehensive complete build against a larger set of PHP/PHPCS/WPCS combinations will now only be run on PRs and merges to `master`.
@jrfnl jrfnl requested a review from a team as a code owner April 15, 2021 16:21
@rebeccahum rebeccahum merged commit 6d0525e into develop Apr 15, 2021
@rebeccahum rebeccahum added this to the 2.3.0 milestone Apr 15, 2021
@rebeccahum rebeccahum deleted the feature/gh-actions-quick-test branch April 15, 2021 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants