Skip to content

Commit

Permalink
install php-xdebug in CI for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Jun 15, 2023
1 parent 9d75290 commit 7110f27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .drone.star
Expand Up @@ -52,6 +52,9 @@ config = {
"defaultDatabases": {
"coverage": False,
"enableApp": False,
"extraCommandsBeforeTestRun": [
"apt-get install php-xdebug",
],
},
},
}
Expand Down

0 comments on commit 7110f27

Please sign in to comment.