pantheon-systems / wp-redis

WordPress Object Cache using Redis.
https://wordpress.org/plugins/wp-redis/
GNU General Public License v2.0
225 stars 67 forks source link

[CI] Move common phpunit steps to commands to shorten up circle config #419

Closed pwtyler closed 1 year ago

pwtyler commented 1 year ago

Working on #415, I ended up cleaning up the circle config file quite a bit, but while the new CLI bash script is not quite ready, I'd like to get the phpunit test cleanup in place.

Incidentally, maintaining these dependencies in a separate image re-used would mean ~1 minute off each test.