wp-cli / doctor-command

Diagnose problems within WordPress by running a series of checks for symptoms
MIT License
146 stars 22 forks source link

Feature tests are not running in Actions #189

Closed ernilambar closed 4 months ago

ernilambar commented 6 months ago

Bug Report

Describe the current, buggy behavior

Feature tests are not running in GitHub Actions. Eg: https://github.com/wp-cli/doctor-command/pull/188/checks

Describe what you would expect as the correct outcome

Feature tests should be run properly

Provide a possible solution

Adding behat.yml

ernilambar commented 4 months ago

Fixed in https://github.com/wp-cli/doctor-command/pull/190