This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Investigate why debug check on tests-mysql container fails #9793
Labels
tool: monorepo infrastructure
Pull requests that update GitHub Actions code.
Description
Unit test PHP job on GitHub actions started to fail on 11 June.
That was due to debug check:
npm run wp-env run tests-mysql "mysql --version"
which resulted in the following:
That problem prevented PHP unit tests from being run. Example job.
In #9791 the problematic line was temporarily disabled, so the PHP tests could be run, however there is no clear reason why the check started fail (no changes in terms of
@wordpress/env
version which provides the container, nor the image or runner version).This issues is to debug the problem and re-enable the commented line.
The text was updated successfully, but these errors were encountered: