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
Workflows: Prime a WP install and skip install for the actual test run. (#256)
The PHPUnit test workflow now performs a dummy run to prime the WordPress install for tests.
When this completes, the actual test run is performed, with the `WP_TESTS_SKIP_INSTALL` environment variable set to `1`.
Since many of the tests must run in separate processes, this change means that installation occurs only once, instead of once per process.
0 commit comments