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

Switch PHPUnit test install script to use git instead of svn #844

Merged
merged 3 commits into from
Jan 24, 2025

Conversation

dkotter
Copy link
Collaborator

@dkotter dkotter commented Jan 23, 2025

Description of the Change

SVN is no longer installed within GitHub Actions so our PHPUnit workflow is failing. We could install SVN as part of that workflow (which I may try if this doesn't work) but we should also be able to use git to install things.

This is copied from the work done in 10up/ElasticPress#4058

How to test the Change

Ensure the PHPUnit checks pass on this PR

Changelog Entry

Developer - Ensure our PHPUnit workflow doesn't rely on SVN

Credits

Props @dkotter, @felipeelia

Checklist:

@dkotter dkotter added this to the 3.3.0 milestone Jan 23, 2025
@dkotter dkotter self-assigned this Jan 23, 2025
@dkotter dkotter requested review from jeffpaul and a team as code owners January 23, 2025 23:13
@github-actions github-actions bot added the needs:code-review This requires code review. label Jan 23, 2025
@dkotter dkotter merged commit c13143e into develop Jan 24, 2025
8 checks passed
@dkotter dkotter deleted the fix/unit-tests branch January 24, 2025 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs:code-review This requires code review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant