You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am used to travis where you can define several WP versions for the tests.
I am new to docker but I have a fair knowlege about Linux and Ubuntu.
One way that could be done is by actually just cleaning the /tmp folder and installing the tests again with a different WP version. This way not a complete new docker bootup would be needed. Not sure if that is a good way.
Like this. Assuming the config that wp-cli currently adds. Untested
One way that could be done is by actually just cleaning the /temp folder and installing the tests again with a different WP version. This way not a complete new docker bootup would be needed. Nut sure if that is a good way.
This is how we've done it with Circle 1.0 too.
No reason that it hasn't been done other than that it wasn't done. It'd be nice to get a sample repo going on GitLab so we can test these changes to the scaffolded configuration.
Or am I missing something?
I am used to travis where you can define several WP versions for the tests.
I am new to docker but I have a fair knowlege about Linux and Ubuntu.
One way that could be done is by actually just cleaning the /tmp folder and installing the tests again with a different WP version. This way not a complete new docker bootup would be needed. Not sure if that is a good way.
Like this. Assuming the config that wp-cli currently adds. Untested
The text was updated successfully, but these errors were encountered: