We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d343175 commit f224dd9Copy full SHA for f224dd9
.github/workflows/reusable-testing.yml
@@ -422,8 +422,7 @@ jobs:
422
423
if [[ $WP_CLI_TEST_COVERAGE == 'true' ]]; then
424
# The flag was only added in v3.17.0
425
- XDEBUG_FLAG=$(composer behat -- --help 2>/dev/null | grep xdebug)
426
- if [[ -n $XDEBUG_FLAG ]]; then
+ if composer behat -- --help 2>/dev/null | grep xdebug; then
427
ARGS+=("--xdebug")
428
fi
429
0 commit comments