Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workflows: Prime a WP install and skip install for the actual test ru…
…n. (#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.
- Loading branch information