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
Make unit tests build faster by basing the image off base-php instead of the full app image (#1280)
Re-architect the test-php image to be built off the base-php image for faster building and execution of unit tests. This should get unit tests running in under 1 minute without all the UI building happening in the full app image (not necessary for PHP unit tests)
Utilizes docker layer caching action
0 commit comments