Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Apr 15, 2021

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