Automattic / ElasticPress

A fast and flexible search and query engine for WordPress.
https://elasticpress.io
GNU General Public License v2.0
20 stars 7 forks source link

Fix "Test / PHP Unit" Workflow #136

Closed sjinks closed 2 years ago

sjinks commented 2 years ago

Description

The "Test / PHP Unit" workflow currently fails because of the missing Yoast Polyfills. ~This PR modifies the workflow by installing the polyfills before running tests.~

This PR backports 10up/ElasticPress@bb4a7050f4d0305a86f339ac673191a9620bda16.

Checklist

Please make sure the items below have been covered before requesting a review:

Steps to Test

The "Test / PHP Unit" workflow should not fail with "The PHPUnit Polyfills library is a requirement for running the WP test suite".

sjinks commented 2 years ago

Closing in favor of #139