Skip to content

Commit

Permalink
Set xdebug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Nov 8, 2023
1 parent aea7f93 commit fa13109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Start WordPress
run: |
if [[ ${{ matrix.coverage == true }} == true ]]; then
npm run wp-env start -- --xdebug
npm run wp-env start -- --xdebug=coverage
else
npm run wp-env start
fi
Expand Down

0 comments on commit fa13109

Please sign in to comment.