-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Env [WIP]: Try downloading phpunit test lib manually #23172
Conversation
Not sure how much I'll be able to continue working on this throughout the week since I have some other responsibilities. (then I'll be on vacation for 2 weeks). So feel free to pick this up if you want :p Another idea building on this is to download the test files to |
Size Change: 0 B Total Size: 1.13 MB ℹ️ View Unchanged
|
We need to find or create an image that already has it.
We should do it inside docker but persist it to
I think JS will be easier to maintain and follows the rest of the codebase better. |
Description
Resolves #23171 (follow link for description of problem)
Currently, I've just explored creating a bash script which downloads the right files from svn. It's not plugged into anything.
Thoughts:
svn
in the docker environment? Otherwise, we have to usewget
to download the files which probably takes longer. (approx one minute for both the directories we retrieve)~/.wp-env
or inside docker? (we can't guarantee that either svn or wget is available on windows, for example.)How has this been tested?
tbd
Screenshots
Types of changes
Enhancement/bug fix
Checklist: